code/__DEFINES/clothing.dm
SHOES_UNTIED | Shoes are untied |
---|---|
SHOES_TIED | Shoes are tied normally |
SHOES_KNOTTED | Shoes have been tied in knots |
SENSOR_OFF | Suit sensor is turned off |
SENSOR_LIVING | Suit sensor displays the mob as alive or dead |
SENSOR_VITALS | Suit sensor displays the mob damage values |
SENSOR_COORDS | Suit sensor displays the mob damage values and exact location |
BROKEN_SENSORS | Suit sensor has been EMP'd and cannot display any information (can be fixed) |
NO_SENSORS | Suit sensor is not present and cannot display any information |
HAS_SENSORS | Suit sensor is present and can display information |
LOCKED_SENSORS | Suit sensor is present and is forced to display information (used on prisoner jumpsuits) |
ADD_CLOTHING_TRAIT | Wrapper for adding clothing based traits |
REMOVE_CLOTHING_TRAIT | Wrapper for removing clothing based traits |
MOTH_EATING_CLOTHING_DAMAGE | How much integrity does a shirt lose every time we bite it? |
Define Details
ADD_CLOTHING_TRAIT
Wrapper for adding clothing based traits
BROKEN_SENSORS
Suit sensor has been EMP'd and cannot display any information (can be fixed)
HAS_SENSORS
Suit sensor is present and can display information
LOCKED_SENSORS
Suit sensor is present and is forced to display information (used on prisoner jumpsuits)
MOTH_EATING_CLOTHING_DAMAGE
How much integrity does a shirt lose every time we bite it?
NO_SENSORS
Suit sensor is not present and cannot display any information
REMOVE_CLOTHING_TRAIT
Wrapper for removing clothing based traits
SENSOR_COORDS
Suit sensor displays the mob damage values and exact location
SENSOR_LIVING
Suit sensor displays the mob as alive or dead
SENSOR_OFF
Suit sensor is turned off
SENSOR_VITALS
Suit sensor displays the mob damage values
SHOES_KNOTTED
Shoes have been tied in knots
SHOES_TIED
Shoes are tied normally
SHOES_UNTIED
Shoes are untied