clothing
Vars | |
compatible_species | allow mutantraces to wear certain garments, see /datum/mutantrace/var/uses_human_clothes |
---|---|
material_piece | we want to use Z rather than Y incase anything gets rotated, it would look all jank |
nodescripition | Makes it so the item doesn't show up upon examining, currently only applied for gloves |
Procs | |
add_stain | Add a stain to this clothing piece |
check_for_covered | This proc returns true if the zone specified is covered by the clothing in question |
clean_stains | Removes all stains from this clothing piece |
get_stain_names | Returns a space-concatenated string of stain names |
remove_stain | Removes a stain from this clothing piece. Returns 1/TRUE if stain removed. |
Var Details
compatible_species
allow mutantraces to wear certain garments, see /datum/mutantrace/var/uses_human_clothes
material_piece
we want to use Z rather than Y incase anything gets rotated, it would look all jank
nodescripition
Makes it so the item doesn't show up upon examining, currently only applied for gloves
Proc Details
add_stain
Add a stain to this clothing piece
check_for_covered
This proc returns true if the zone specified is covered by the clothing in question
clean_stains
Removes all stains from this clothing piece
get_stain_names
Returns a space-concatenated string of stain names
remove_stain
Removes a stain from this clothing piece. Returns 1/TRUE if stain removed.