Adds five new bible sprites (#20416)

* Fours new bibles and lib computer emag_act

* inhand sprites and moving bibles to new dmi file

* Clockwork bible

* Missing pixel from clock_bible
This commit is contained in:
Henri215
2023-02-27 10:52:07 -06:00
committed by GitHub
parent 4928d8432c
commit e081a9976a
7 changed files with 23 additions and 5 deletions
@@ -1,6 +1,8 @@
/obj/item/storage/bible
name = "bible"
desc = "Apply to head repeatedly."
lefthand_file = 'icons/mob/inhands/religion_lefthand.dmi'
righthand_file = 'icons/mob/inhands/religion_righthand.dmi'
icon_state ="bible"
throw_speed = 1
throw_range = 5
@@ -18,17 +20,21 @@
"Bible" = list("state" = "bible", "inhand" = "bible"),
"Koran" = list("state" = "koran", "inhand" = "koran"),
"Scrapbook" = list("state" = "scrapbook", "inhand" = "scrapbook"),
"Creeper" = list("state" = "creeper", "inhand" = "syringe_kit"),
"White Bible" = list("state" = "white", "inhand" = "syringe_kit"),
"Holy Light" = list("state" = "holylight", "inhand" = "syringe_kit"),
"PlainRed" = list("state" = "athiest", "inhand" = "syringe_kit"),
"Tome" = list("state" = "tome", "inhand" = "syringe_kit"),
"Creeper" = list("state" = "creeper", "inhand" = "generic_bible"),
"White Bible" = list("state" = "white", "inhand" = "generic_bible"),
"Holy Light" = list("state" = "holylight", "inhand" = "generic_bible"),
"PlainRed" = list("state" = "athiest", "inhand" = "generic_bible"),
"Tome" = list("state" = "tome", "inhand" = "generic_bible"),
"The King in Yellow" = list("state" = "kingyellow", "inhand" = "kingyellow"),
"Ithaqua" = list("state" = "ithaqua", "inhand" = "ithaqua"),
"Scientology" = list("state" = "scientology", "inhand" = "scientology"),
"the bible melts" = list("state" = "melted", "inhand" = "melted"),
"Necronomicon" = list("state" = "necronomicon", "inhand" = "necronomicon"),
"Greentext" = list("state" = "greentext", "inhand" = "greentext"),
"Honkmother" = list("state" = "honk", "inhand" = "honk"),
"Silentfather" = list("state" = "mime", "inhand" = "mime"),
"Clockwork" = list("state" = "clock_bible", "inhand" = "clock_bible"),
"Nanotrasen" = list("state" = "nanotrasen", "inhand" = "nanotrasen")
)
/obj/item/storage/bible/suicide_act(mob/user)
@@ -183,3 +189,9 @@
if(!src || !H.is_in_hands(src) || H.incapacitated())
return FALSE
return TRUE
/obj/item/storage/bible/syndi
name = "suspicious bible"
desc = "For treading the line between cultist, contraband, and a hostile corporation."
customisable = FALSE
icon_state = "syndi"
+6
View File
@@ -581,6 +581,12 @@
new newbook.book_type(loc)
visible_message("<span class='notice'>[src]'s printer hums as it produces a completely bound book. How did it do that?</span>")
/obj/machinery/computer/library/emag_act(mob/user)
if(print_cooldown <= world.time)
new /obj/item/storage/bible/syndi(loc)
visible_message("<span class='notice'>[src]'s printer ominously hums as it produces a completely bound book. How did it do that?</span>")
print_cooldown = world.time + PRINTING_COOLDOWN
#undef LIBRARY_BOOKS_PER_PAGE
#undef LOGIN_FULL
#undef LOGIN_PUBLIC
Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 76 KiB