Makes new book sprites available for Bookbinder

This commit is contained in:
TheBeoni
2017-01-16 19:43:14 +01:00
committed by GitHub
parent bb7cad2470
commit c5158fe710
+2 -2
View File
@@ -217,8 +217,8 @@ var/global/list/library_section_names = list("Any", "Fiction", "Non-Fiction", "A
var/obj/item/weapon/book/b = new(loc)
b.dat = P.info
b.name = "Print Job #[rand(100, 999)]"
b.icon_state = "book[rand(1,7)]"
b.icon_state = "book[rand(1,16)]"
qdel(P)
return 1
else
return ..()
return ..()