byond - Modules - TypesDefine Details

code/__DEFINES/objects.dm

CAN_OPENER_EFFECTIVEcan opener defines can open a can without issues
CAN_OPENER_CRUDEslow can opening with a chance of jamming
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

CAN_OPENER_CRUDE

slow can opening with a chance of jamming

CAN_OPENER_EFFECTIVE

can opener defines can open a can without issues

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