cryo afk popup fix (#18427)

This commit is contained in:
SteelSlayer
2022-07-18 10:38:18 +01:00
committed by GitHub
parent bc4639b8f9
commit d90235f4dd
2 changed files with 9 additions and 9 deletions
+1 -2
View File
@@ -1070,8 +1070,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(istype(H.loc, /obj/machinery/cryopod))
msg += "<TD><A href='?_src_=holder;cryossd=[H.UID()];cryoafk=1'>De-Spawn</A></TD>"
else
var/area/A = get_area(H)
msg += "<TD><A href='?_src_=holder;cryossd=[H.UID()];cryoafk=1;fast_despawn=[A.fast_despawn]'>Cryo</A></TD>"
msg += "<TD><A href='?_src_=holder;cryossd=[H.UID()];cryoafk=1'>Cryo</A></TD>"
msg += "</TR>"
msg += "</TABLE></BODY></HTML>"
src << browse(msg, "window=Player_ssd_afk_check;size=600x300")