Included JobBan menu and systems for AntagHUD

This commit is contained in:
Ccomp5950
2013-11-17 17:29:30 +00:00
committed by Mloc-Argent
parent a56103c151
commit 59bb2357b6
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ Ccomp's first proc.
set desc = "Let's the player bypass the 30 minute wait to respawn or allow them to re-enter their corpse."
if(!holder)
src << "Only administrators may use this command."
var/list/ghosts= get_ghosts(1)
var/list/ghosts= get_ghosts(1,1)
var/target = input("Please, select a ghost!", "COME BACK TO LIFE!", null, null) as null|anything in ghosts
if(!target)