Changed to list players, and have individual cryo buttons

This commit is contained in:
Kyep
2017-06-12 00:20:18 -07:00
parent 763c9fb84b
commit 5c2aa2208e
5 changed files with 44 additions and 42 deletions
+3
View File
@@ -105,6 +105,9 @@ var/global/nologevent = 0
<A href='?_src_=holder;Bless=[M.UID()]'>Bless</A> |
<A href='?_src_=holder;Smite=[M.UID()]'>Smite</A>
"}
if(isLivingSSD(M))
if(!istype(M.loc, /obj/machinery/cryopod))
body += {" | <A href='?_src_=holder;cryossd=[M.UID()]'>Cryo</A> "}
if(M.client)
if(!istype(M, /mob/new_player))