Change respawn delay to 30 seconds

This commit is contained in:
ReddeyfishVor
2018-06-13 22:43:50 -07:00
committed by GitHub
parent 0eb9218f4c
commit 4c9feaf139
+2 -2
View File
@@ -373,8 +373,8 @@
var/deathtimeseconds = round((deathtime - deathtimeminutes * 600) / 10,1)
to_chat(usr, "You have been dead for[pluralcheck] [deathtimeseconds] seconds.")
if ((deathtime < (5 * 600)) && (ticker && ticker.current_state > GAME_STATE_PREGAME))
to_chat(usr, "You must wait 5 minutes to respawn!")
if ((deathtime < (600 / 2)) && (ticker && ticker.current_state > GAME_STATE_PREGAME)) //CHOMPSTATION Change
to_chat(usr, "You must wait 30 seconds to respawn!")
return
else
to_chat(usr, "You can respawn now, enjoy your new life!")