mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Book stuff
Added new Bible variation, made an icon for the Kulten one. Made a new version of the arcane tome, made icons specifically for spellbooks and one-use spellbooks, added a couple extra book icons for general books, and added some weebshit icons that I'll work on actually implementing sometime later, but for now I just tossed them in the .dmi.
This commit is contained in:
@@ -199,7 +199,7 @@ var/global/list/library_section_names = list("Any", "Fiction", "Non-Fiction", "A
|
||||
var/obj/item/weapon/book/b = new(src.loc)
|
||||
b.dat = O:info
|
||||
b.name = "Print Job #[rand(100, 999)]"
|
||||
b.icon_state = "book[rand(1,7)]"
|
||||
b.icon_state = "book[rand(1,9)]"
|
||||
del(O)
|
||||
else
|
||||
return ..()
|
||||
Reference in New Issue
Block a user