code/__DEFINES/obj_flags.dm

NEEDS_PERMIT | Used by security bots to determine if this item is safe for public use. |
---|---|
BLOCKS_SPEECH | Clothes that block speech (i.e the muzzle). Can be applied to any clothing piece. |
ORGAN_SYNTHETIC | Flags for the organ_flags var on /obj/item/organ |
CLOTHING_PRISTINE | Integrity defines for clothing (not flags but close enough) |
FIRST_SOUNDS | Flags for the pod_flags var on /obj/structure/closet/supplypod |
TOY_FIREARM_OVERLAY | Flags for the gun_flags var for firearms |
SHARP_EDGED | Flags for sharpness in obj/item |
Define Details
BLOCKS_SPEECH
Clothes that block speech (i.e the muzzle). Can be applied to any clothing piece.
CLOTHING_PRISTINE
Integrity defines for clothing (not flags but close enough)
FIRST_SOUNDS
Flags for the pod_flags var on /obj/structure/closet/supplypod
NEEDS_PERMIT
Used by security bots to determine if this item is safe for public use.
ORGAN_SYNTHETIC
Flags for the organ_flags var on /obj/item/organ
SHARP_EDGED
Flags for sharpness in obj/item
TOY_FIREARM_OVERLAY
Flags for the gun_flags var for firearms