Fixes and now cannot respawn as the same character for roleplay reasons.
This commit is contained in:
QuoteFox
2020-09-25 18:08:32 +01:00
parent 1d5cf4bde1
commit 27b33f04bc
4 changed files with 22 additions and 7 deletions
@@ -1,3 +1,7 @@
/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