Merge pull request #13035 from lm40/nogods

localizes religion and adds custom chaplain titles
This commit is contained in:
Casey
2022-06-04 12:37:48 -04:00
committed by CHOMPStation2
parent ee099334c3
commit f958518ea9
6 changed files with 73 additions and 58 deletions

View File

@@ -345,14 +345,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
@@ -574,4 +567,4 @@
b.icon_state = "book[rand(1,7)]"
qdel(O)
else
..()
..()