byond - Modules - TypesDefine Details

code/__DEFINES/objects.dm

TOUCHReaction type from touching it
INGESTReaction type from eating it
OBJ_ORGANICMarks an object as organic. Used for alien structures and any other organic material
OBJ_NO_HELMET_BANDMakes the item not spawn a band around the helmet if it's used as a helmet garb
OBJ_IS_HELMET_GARBMarks the object as helmet garb
OBJ_UNIQUE_RENAMEcan you customize the description/name of the thing?

Define Details

INGEST

Reaction type from eating it

OBJ_IS_HELMET_GARB

Marks the object as helmet garb

OBJ_NO_HELMET_BAND

Makes the item not spawn a band around the helmet if it's used as a helmet garb

OBJ_ORGANIC

Marks an object as organic. Used for alien structures and any other organic material

OBJ_UNIQUE_RENAME

can you customize the description/name of the thing?

TOUCH

Reaction type from touching it