rag 
Vars | |
blood_level | How bloody is this rag? |
---|---|
Procs | |
get_blood_level_of_movable | Checks an atom and returns how "dirty" it is scaled to our rag |
on_cleaned | On cleaning, get the rag dirty |
remove_cleanable_reagents | Takes in a "dirty" amount and tries to "counteract" it with reagents, returning TRUE if successful |
should_clean | Checks whether or not we should clean. |
Var Details
blood_level 
How bloody is this rag?
Proc Details
get_blood_level_of_movable
Checks an atom and returns how "dirty" it is scaled to our rag
on_cleaned
On cleaning, get the rag dirty
remove_cleanable_reagents
Takes in a "dirty" amount and tries to "counteract" it with reagents, returning TRUE if successful
should_clean
Checks whether or not we should clean.