mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
THANKS KRASUS
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user