mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Added Vysokan Stolitism, and Sikhism (#16438)
* Added Vysokan Stolitism, Confucianism, and Sikhism * CL * Correct missing defines * Updated Vysoka's description to match current lore. * Removed Confucianism * Fix build
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
if(user.mind && (user.mind.assigned_role == "Chaplain"))
|
||||
SSticker.Bible_name = book_name
|
||||
|
||||
var/new_book_style = input(user,"Which bible style would you like?") in list("Generic", "Bible", "White Bible", "Melted Bible", "Quran", "Torah", "Holy Light", "Tome", "Scroll", "The King in Yellow", "Ithaqua", "Trinary", "Stars", "Scrapbook", "Atheist", "Necronomicon")
|
||||
var/new_book_style = input(user,"Which bible style would you like?") in list("Generic", "Bible", "White Bible", "Melted Bible", "Quran", "Torah", "Holy Light", "Tome", "Scroll", "Guru", "The King in Yellow", "Ithaqua", "Trinary", "Stars", "Scrapbook", "Atheist", "Necronomicon")
|
||||
switch(new_book_style)
|
||||
if("Bible")
|
||||
icon_state = "bible"
|
||||
@@ -96,6 +96,9 @@
|
||||
if("Trinary")
|
||||
icon_state = "trinary"
|
||||
item_state = "trinary"
|
||||
if("Guru")
|
||||
icon_state = "guru"
|
||||
item_state = "book"
|
||||
if("Stars")
|
||||
icon_state = "skrellbible"
|
||||
item_state = "skrellbible"
|
||||
@@ -111,9 +114,6 @@
|
||||
if("Luceism")
|
||||
icon_state = "luce2"
|
||||
item_state = "luce2"
|
||||
if("Trinary")
|
||||
icon_state = "trinary"
|
||||
item_state = "trinary"
|
||||
if("Skrell")
|
||||
icon_state = "skrellbible"
|
||||
item_state = "skrellbible"
|
||||
|
||||
Reference in New Issue
Block a user