code/__DEFINES/objects.dm 
CAN_OPENER_EFFECTIVE | can opener defines can open a can without issues |
---|---|
CAN_OPENER_CRUDE | slow can opening with a chance of jamming |
TOUCH | Reaction type from touching it |
INGEST | Reaction type from eating it |
OBJ_ORGANIC | Marks an object as organic. Used for alien structures and any other organic material |
OBJ_NO_HELMET_BAND | Makes the item not spawn a band around the helmet if it's used as a helmet garb |
OBJ_IS_HELMET_GARB | Marks the object as helmet garb |
OBJ_UNIQUE_RENAME | can 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