THANKS KRASUS

This commit is contained in:
Aurorablade
2017-01-24 02:20:36 -05:00
parent 90a9bf5eb5
commit 9dec6b0857
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -12,7 +12,11 @@
return
/obj/effect/rune/proc/check_icon()
icon = get_rune_cult(invocation)
if(!ticker.mode)//work around for maps with runes and cultdat is not loaded all the way
var/bits = make_bit_triplet()
icon = get_rune(bits)
else
icon = get_rune_cult(invocation)
/obj/item/weapon/tome
name = "arcane tome"
+1 -1
View File
@@ -1,7 +1,7 @@
/proc/get_rune_cult(word)
var/animated
if(word && !(ticker.mode.cultdat.theme == "fire") && ticker.mode)
if(word && !(ticker.mode.cultdat.theme == "fire"))
animated = 1
else
animated = 0