human ![code/modules/awaymissions/corpse.dm 187](git.png)
Vars | |
use_outfit_name | set this to make the spawner use the outfit.name instead of its name var for things like cryo announcements and ghost records modifying the actual name during the game will cause issues with the GLOB.mob_spawners associative list |
---|---|
Procs | |
get_spawner_outfit_name | Returns the the alt name for this spawner, which is 'outfit.name'. |
Var Details
use_outfit_name ![code/modules/awaymissions/corpse.dm 235](git.png)
set this to make the spawner use the outfit.name instead of its name var for things like cryo announcements and ghost records modifying the actual name during the game will cause issues with the GLOB.mob_spawners associative list
Proc Details
get_spawner_outfit_name
Returns the the alt name for this spawner, which is 'outfit.name'.
For when you might want to use that for things instead of the name var. example: the DS2 spawners, which have a number of different types of spawner with the same name.