localizes religion and adds custom chaplain titles

This commit is contained in:
lm40
2022-06-03 18:44:48 -04:00
parent fb04abb32d
commit 28f608b5cd
5 changed files with 73 additions and 57 deletions
+2 -9
View File
@@ -341,14 +341,7 @@
screenstate = 5
if("6")
if(!bibledelay)
var/obj/item/weapon/storage/bible/B = new /obj/item/weapon/storage/bible(src.loc)
if(GLOB.religion)
B.icon_state = GLOB.bible_icon_state
B.item_state = GLOB.bible_item_state
B.name = GLOB.bible_name
B.deity_name = GLOB.deity
new /obj/item/weapon/storage/bible(src.loc)
bibledelay = 1
spawn(60)
bibledelay = 0
@@ -578,4 +571,4 @@
b.icon_state = "book[rand(1,7)]"
qdel(O)
else
..()
..()