SS1984 - Modules - TypesDefine Details

code/__DEFINES/traits/macros.dm

CURSED_ITEM_TRAITThe item is magically cursed
UNIQUE_TRAIT_SOURCEGives a unique trait source for any given datum
ELEMENT_TRAITTrait applied by element
TRAIT_STATUS_EFFECTA trait given by a specific status effect (not sure why we need both but whatever!)
TRAIT_TURF_HAS_ELEVATED_OBJFrom /datum/element/elevation for purpose of registering/removing signals and detaching the elevation_core when the trait is absent.

Define Details

CURSED_ITEM_TRAIT

The item is magically cursed

ELEMENT_TRAIT

Trait applied by element

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.

UNIQUE_TRAIT_SOURCE

Gives a unique trait source for any given datum