/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/obj_flags.dm

NEEDS_PERMITUsed by security bots to determine if this item is safe for public use.
BLOCKS_SPEECHClothes that block speech (i.e the muzzle). Can be applied to any clothing piece.
ORGAN_SYNTHETICFlags for the organ_flags var on /obj/item/organ
CLOTHING_PRISTINEIntegrity defines for clothing (not flags but close enough)
FIRST_SOUNDSFlags for the pod_flags var on /obj/structure/closet/supplypod
TOY_FIREARM_OVERLAYFlags for the gun_flags var for firearms
SHARP_EDGEDFlags 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