/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/mob_spawn.dm

CORPSE_INSTANTthis mob spawn creates the corpse instantly
CORPSE_ROUNDSTARTthis mob spawn creates the corpse during GAME_STATE_PLAYING
GHOSTROLE_TAKE_PREFS_SPECIESGhost role will take on the player's species
GHOSTROLE_TAKE_PREFS_APPEARANCEGhost role will take on the player's apperance (though exlcuding name)
CANCEL_SPAWNReturn from create to stop the spawn process. Falsy value so one can just check !create()

Define Details

CANCEL_SPAWN

Return from create to stop the spawn process. Falsy value so one can just check !create()

CORPSE_INSTANT

this mob spawn creates the corpse instantly

CORPSE_ROUNDSTART

this mob spawn creates the corpse during GAME_STATE_PLAYING

GHOSTROLE_TAKE_PREFS_APPEARANCE

Ghost role will take on the player's apperance (though exlcuding name)

GHOSTROLE_TAKE_PREFS_SPECIES

Ghost role will take on the player's species