mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #13035 from lm40/nogods
localizes religion and adds custom chaplain titles
This commit is contained in:
@@ -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
|
||||
..()
|
||||
..()
|
||||
Reference in New Issue
Block a user