/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/clothing.dm

SHOES_UNTIEDShoes are untied
SHOES_TIEDShoes are tied normally
SHOES_KNOTTEDShoes have been tied in knots
SENSOR_OFFSuit sensor is turned off
SENSOR_LIVINGSuit sensor displays the mob as alive or dead
SENSOR_VITALSSuit sensor displays the mob damage values
SENSOR_COORDSSuit sensor displays the mob damage values and exact location
BROKEN_SENSORSSuit sensor has been EMP'd and cannot display any information (can be fixed)
NO_SENSORSSuit sensor is not present and cannot display any information
HAS_SENSORSSuit sensor is present and can display information
LOCKED_SENSORSSuit sensor is present and is forced to display information (used on prisoner jumpsuits)
ADD_CLOTHING_TRAITWrapper for adding clothing based traits
REMOVE_CLOTHING_TRAITWrapper for removing clothing based traits
MOTH_EATING_CLOTHING_DAMAGEHow 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