Goonstation 13 - Modules - TypesVar Details - Proc Details

clothing

Vars

compatible_speciesallow mutantraces to wear certain garments, see /datum/mutantrace/var/uses_human_clothes
material_piecewe want to use Z rather than Y incase anything gets rotated, it would look all jank
nodescripitionMakes it so the item doesn't show up upon examining, currently only applied for gloves

Procs

add_stainAdd a stain to this clothing piece
check_for_coveredThis proc returns true if the zone specified is covered by the clothing in question
clean_stainsRemoves all stains from this clothing piece
get_stain_namesReturns a space-concatenated string of stain names
remove_stainRemoves 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.