Fixes missing in-hand versebook sprites. Replaces trinary bible with a more lore accurate bible. (#14383)

This commit is contained in:
FlamingLily
2022-07-01 12:30:43 +02:00
committed by GitHub
parent 5ea732bc97
commit 673d56708b
5 changed files with 51 additions and 6 deletions
+9 -6
View File
@@ -2,10 +2,13 @@
name = "\improper versebook"
desc = "If you see this, someone fucked up. Make a issue request."
desc_fluff = "No, seriously. Make a issue request"
contained_sprite = TRUE
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_books.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_books.dmi',
)
icon = 'icons/obj/library.dmi'
icon_state = "dominiabook"
item_state = "dominiabook"
item_state = "dominia"
var/reading = FALSE
drop_sound = 'sound/items/drop/book.ogg'
@@ -39,7 +42,7 @@
desc = "A holy text of the Moroz Holy Tribunal, the state religion of the Empire of Dominia."
desc_fluff = "An almost mandatory possession for any Dominian household, containing a list of edicts, litanies, and rituals."
icon_state = "dominiabook"
item_state = "dominiabook"
item_state = "dominia"
/obj/item/device/versebook/tribunal/Initialize()
. = ..()
@@ -50,7 +53,7 @@
desc = "A popular Gadpathurian pocket guide, used to carry a fragment of the Commander's wisdom abroad."
desc_fluff = "Manufactured using recycled paper and canvas. The wisdom within the text is based on the collected speeches of Commander Patvardhan and her assorted councillors."
icon_state = "gadpathurbook"
item_state = "gadpathurbook"
item_state = "gadpathur"
/obj/item/device/versebook/gadpathur/Initialize()
. = ..()
@@ -61,7 +64,7 @@
desc = "A common possession by Biesel government officals, the printed text of the constitution for the Federal Republic of Biesel and the Corporate Reconstruction Zone, adopted in 2452."
desc_fluff = "This book has the Republic of Biesel's iconic symbol etched on the cover, the text within details the structure of the Federal Democracy the Republic is today."
icon_state = "bieselbook"
item_state = "bieselbook"
item_state = "biesel"
/obj/item/device/versebook/biesel/Initialize()
. = ..()
@@ -72,7 +75,7 @@
desc = "The holy text of the Trinary Perfection, who believe in synthetic perfection and eventual salvation."
desc_fluff = "This book contains some verses of the core beliefs of the Trinary Perfection, including some of the original works by the Corkfells, some additions by the prophet-like figure Flock, and a few recent additions by Ecclesiarch ARM-1DRIL. This is the abridged version, with only the core beliefs present."
icon_state = "trinarybook"
item_state = "trinarybook"
item_state = "trinary"
/obj/item/device/versebook/trinary/Initialize()
. = ..()