mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #8702 from VOREStation/upstream-merge-7464
[MIRROR] Minor chaplain changes/additions
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
new_religion = religion_name
|
||||
switch(lowertext(new_religion))
|
||||
if("unitarianism")
|
||||
B.name = "The Talmudic Quran"
|
||||
B.name = "The Great Canon"
|
||||
if("christianity")
|
||||
B.name = "The Holy Bible"
|
||||
if("judaism")
|
||||
@@ -58,7 +58,7 @@
|
||||
if("kishari national faith")
|
||||
B.name = "The Scriptures of Kishar"
|
||||
if("pleromanism")
|
||||
B.name = "The Revised Talmudic Quran"
|
||||
B.name = "The Revised Great Canon"
|
||||
if("spectralism")
|
||||
B.name = "The Book of the Spark"
|
||||
if("hauler")
|
||||
@@ -69,6 +69,8 @@
|
||||
B.name = "The Book of the Precursors"
|
||||
if("starlit path of angessa martei")
|
||||
B.name = "Quotations of Exalted Martei"
|
||||
if("sikhism")
|
||||
B.name = "Guru Granth Sahib"
|
||||
else
|
||||
B.name = "The Holy Book of [new_religion]"
|
||||
feedback_set_details("religion_name","[new_religion]")
|
||||
@@ -133,6 +135,9 @@
|
||||
if("Torah")
|
||||
B.icon_state = "torah"
|
||||
B.item_state = "clipboard"
|
||||
if("Guru")
|
||||
B.icon_state = "guru"
|
||||
B.item_state = "clipboard"
|
||||
else
|
||||
B.icon_state = "bible"
|
||||
B.item_state = "bible"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user