mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user