Fixes runtime with cryopods

This commit is contained in:
Casey
2022-09-18 09:39:31 +00:00
committed by CHOMPStation2
parent dbf648d4c0
commit 6b01537fa3
16 changed files with 530 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ var/global/list/prevent_respawns = list()
//Why are you clicking this button?
if(!mind || !mind.assigned_role)
to_chat(src,"<span class='warning'>Either you haven't played this round, or you already used this verb.</span>")
to_chat(src,"<span class='warning'>Either you haven't played this round, you already used this verb or you left round properly already.</span>")
return
//Add them to the nope list