Files
GS13/modular_citadel/code/modules/client/client_defines.dm
QuoteFox 27b33f04bc Part 2
Fixes and now cannot respawn as the same character for roleplay reasons.
2020-09-25 18:08:32 +01:00

7 lines
351 B
Plaintext

/client
var/cryo_warned = -3000//when was the last time we warned them about not cryoing without an ahelp, set to -5 minutes so that rounstart cryo still warns
//respawn
var/lastrespawn = 0 //when the last time they respawned.
var/list/pastcharacters = list() //to stop players spawning back in with the same character.
var/respawn_observing = 0