This commit is contained in:
Aurorablade
2017-10-20 19:23:05 -04:00
parent 8dbed0ede4
commit 8115bdd0f0
12 changed files with 28 additions and 6 deletions
+3
View File
@@ -22,6 +22,9 @@ var/runetype = "rune"
runetype = "rune"
else if(ticker.mode.cultdat.theme == "fire")
runetype = "fire-rune"
else if(ticker.mode.cultdat.theme == "death")
runetype = "death-rune"
if(lookup in rune_cache)
return rune_cache[lookup]