Fixes slot issue

Fixes runtime with cryopods
This commit is contained in:
Heroman
2022-09-17 15:14:41 +10:00
parent 607d730743
commit c0728f0d18
18 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