/tg/ Station 13 - Modules - TypesDefine Details

code/modules/mob/transform_procs.dm

TEMPORARY_TRANSFORMATION_TRAITWill be removed once the transformation is complete.
PERMANENT_TRANSFORMATION_TRAITConsidered "permanent" since we'll be deleting the old mob and the client will be inserted into a new one (without this trait)

Define Details

PERMANENT_TRANSFORMATION_TRAIT

Considered "permanent" since we'll be deleting the old mob and the client will be inserted into a new one (without this trait)

TEMPORARY_TRANSFORMATION_TRAIT

Will be removed once the transformation is complete.