code/modules/mob/transform_procs.dm ![code/modules/mob/transform_procs.dm0](git.png)
TEMPORARY_TRANSFORMATION_TRAIT | Will be removed once the transformation is complete. |
---|---|
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) |
Define Details
PERMANENT_TRANSFORMATION_TRAIT ![code/modules/mob/transform_procs.dm 5](git.png)
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 ![code/modules/mob/transform_procs.dm 3](git.png)
Will be removed once the transformation is complete.