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 13:52:07 -03:00
committed by GitHub
parent 4928d8432c
commit e081a9976a
7 changed files with 23 additions and 5 deletions
+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