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:
NigglyWiggly
2015-04-02 12:29:54 -04:00
parent 7f96b4bb87
commit 154aa4d8a0
6 changed files with 8 additions and 3 deletions

View File

@@ -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 ..()