From 90a9bf5eb596d2aa365d3dbc5e7757676101bb0c Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Tue, 24 Jan 2017 00:26:31 -0500 Subject: [PATCH] Bugsie:Stupid Rune Edition --- code/game/magic/Uristrunes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/magic/Uristrunes.dm b/code/game/magic/Uristrunes.dm index ed881c71fb1..640785eabeb 100644 --- a/code/game/magic/Uristrunes.dm +++ b/code/game/magic/Uristrunes.dm @@ -1,7 +1,7 @@ /proc/get_rune_cult(word) var/animated - if(word && !(ticker.mode.cultdat.theme == "fire")) + if(word && !(ticker.mode.cultdat.theme == "fire") && ticker.mode) animated = 1 else animated = 0