broken tile 
        
    
            
        
| Vars | |
| replace_plating | Allows us to replace the plating we are attacking if our baseturfs are the same. | 
|---|---|
| tile_reskin_types | Cached associative lazy list to hold the radial options for tile reskinning. See tile_reskinning.dm for more information. Pattern: list[type] -> image | 
| tile_rotate_dirs | Cached associative lazy list to hold the radial options for tile dirs. See tile_reskinning.dm for more information. | 
| turf_dir | What dir will the turf have? | 
| turf_type | What type of turf does this tile produce. | 
Var Details
replace_plating
            
        
    
            
        
        Allows us to replace the plating we are attacking if our baseturfs are the same.
tile_reskin_types
            
        
    
            
        
        Cached associative lazy list to hold the radial options for tile reskinning. See tile_reskinning.dm for more information. Pattern: list[type] -> image
tile_rotate_dirs
            
        
    
            
        
        Cached associative lazy list to hold the radial options for tile dirs. See tile_reskinning.dm for more information.
turf_dir
            
        
    
            
        
        What dir will the turf have?
turf_type
            
        
    
            
        
        What type of turf does this tile produce.