Part 1 - Respawning every 30mins.

Allow people to respawn (return to the menu) every 30mins after death, or ghost.

To do- option to user ban respawns, and stop respawns on certain antags/roles.
This commit is contained in:
QuoteFox
2020-09-25 15:51:49 +01:00
parent fc4c7c3bc0
commit 1d5cf4bde1
6 changed files with 22 additions and 5 deletions
+2 -2
View File
@@ -222,9 +222,9 @@
if(!..())
return
if(IsStun() || IsKnockdown()) //just while I finish up the new 'fun' suiciding verb. This is to prevent metagaming via suicide
to_chat(src, "You can't commit suicide while stunned! ((You can type Ghost instead however.))")
to_chat(src, "You can't commit suicide while stunned!")
return
if(restrained())
to_chat(src, "You can't commit suicide while restrained! ((You can type Ghost instead however.))")
to_chat(src, "You can't commit suicide while restrained!")
return
return TRUE