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_COORDS | Suit sensor displays the mob's health status and rough |
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 |
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)
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's health status and rough
SENSOR_LIVING
Suit sensor displays the mob as alive or dead
SENSOR_OFF
Suit sensor is turned off
SHOES_KNOTTED
Shoes have been tied in knots
SHOES_TIED
Shoes are tied normally
SHOES_UNTIED
Shoes are untied