From bb7cad2470df792f0f1f9a3cbc093ffe9549d0f1 Mon Sep 17 00:00:00 2001 From: TheBeoni Date: Mon, 16 Jan 2017 19:41:49 +0100 Subject: [PATCH] Makes new sprites available for Checkout PC --- code/modules/library/computers/checkout.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/library/computers/checkout.dm b/code/modules/library/computers/checkout.dm index 2c0932f1707..2decc555693 100644 --- a/code/modules/library/computers/checkout.dm +++ b/code/modules/library/computers/checkout.dm @@ -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?")