Changes a lot of ticker and ticker.mode checks to SSticker.hasRoundStarted
This commit is contained in:
+1
-1
@@ -255,7 +255,7 @@
|
||||
to_chat(recipient, "<i>[output]</i>")
|
||||
|
||||
/datum/mind/proc/edit_memory()
|
||||
if(!SSticker || !SSticker.mode)
|
||||
if(!SSticker.HasRoundStarted())
|
||||
alert("Not before round-start!", "Alert")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user