Merge pull request #6195 from TheBeoni/More-Book-Sprites

More book sprites
This commit is contained in:
Fox McCloud
2017-01-18 21:22:38 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -459,5 +459,5 @@
B.title = newbook.title
B.author = newbook.author
B.dat = newbook.content
B.icon_state = "book[rand(1,9)]"
B.icon_state = "book[rand(1,16)]"
visible_message("[src]'s printer hums as it produces a completely bound book. How did it do that?")
+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 ..()