diff --git a/code/game/jobs/job/civilian_chaplain.dm b/code/game/jobs/job/civilian_chaplain.dm index 2f208fb5458..93989d2c44f 100644 --- a/code/game/jobs/job/civilian_chaplain.dm +++ b/code/game/jobs/job/civilian_chaplain.dm @@ -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" diff --git a/icons/obj/storage.dmi b/icons/obj/storage.dmi index 5bf804c9bcd..dbd17cc7f49 100644 Binary files a/icons/obj/storage.dmi and b/icons/obj/storage.dmi differ