code/__DEFINES/cleaning.dm 
            
        
| DO_NOT_CLEAN | Whether we should not attempt to clean. | 
|---|---|
| CLEAN_TYPE_BLOOD | Cleans blood off of the cleanable atom. | 
| CLEAN_TYPE_FINGERPRINTS | Cleans fingerprints off of the cleanable atom. | 
| CLEAN_TYPE_FIBERS | Cleans fibres off of the cleanable atom. | 
| CLEAN_TYPE_RADIATION | Cleans radiation off of the cleanable atom. | 
| CLEAN_TYPE_DISEASE | Cleans diseases off of the cleanable atom. | 
| CLEAN_TYPE_ACID | Cleans acid off of the cleanable atom. | 
| CLEAN_TYPE_LIGHT_DECAL | Cleans decals such as dirt and oil off the floor | 
| CLEAN_TYPE_HARD_DECAL | Cleans decals such as cobwebs off the floor | 
| CLEAN_TYPE_WEAK | Cleans radiation slowly | 
| CLEAN_TYPE_RUNES | Cleans cult runes | 
Define Details
CLEAN_TYPE_ACID
            
         
    
    Cleans acid off of the cleanable atom.
CLEAN_TYPE_BLOOD
            
         
    
    Cleans blood off of the cleanable atom.
CLEAN_TYPE_DISEASE
            
         
    
    Cleans diseases off of the cleanable atom.
CLEAN_TYPE_FIBERS
            
         
    
    Cleans fibres off of the cleanable atom.
CLEAN_TYPE_FINGERPRINTS
            
         
    
    Cleans fingerprints off of the cleanable atom.
CLEAN_TYPE_HARD_DECAL
            
         
    
    Cleans decals such as cobwebs off the floor
CLEAN_TYPE_LIGHT_DECAL
            
         
    
    Cleans decals such as dirt and oil off the floor
CLEAN_TYPE_RADIATION
            
         
    
    Cleans radiation off of the cleanable atom.
CLEAN_TYPE_RUNES
            
         
    
    Cleans cult runes
CLEAN_TYPE_WEAK
            
         
    
    Cleans radiation slowly
DO_NOT_CLEAN
            
         
    
    Whether we should not attempt to clean.