code/__DEFINES/traits/macros.dm
TRAIT_TURF_HAS_ELEVATED_OBJ | From /datum/element/elevation for purpose of registering/removing signals and detaching the elevation_core when the trait is absent. |
---|---|
CURSED_ITEM_TRAIT | The item is magically cursed |
TRAIT_STATUS_EFFECT | A trait given by a specific status effect (not sure why we need both but whatever!) |
TRAIT_MECH_EQUIPMENT | Trait given by mech equipment |
ELEMENT_TRAIT | Trait applied by element |
Define Details
CURSED_ITEM_TRAIT
The item is magically cursed
ELEMENT_TRAIT
Trait applied by element
TRAIT_MECH_EQUIPMENT
Trait given by mech equipment
TRAIT_STATUS_EFFECT
A trait given by a specific status effect (not sure why we need both but whatever!)
TRAIT_TURF_HAS_ELEVATED_OBJ
From /datum/element/elevation for purpose of registering/removing signals and detaching the elevation_core when the trait is absent.