Merge pull request #8702 from VOREStation/upstream-merge-7464

[MIRROR] Minor chaplain changes/additions
This commit is contained in:
Novacat
2020-08-15 02:20:59 -04:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -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