mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user