From 810b4d50f67d15d9bc0d794243d452e6f8f5ca05 Mon Sep 17 00:00:00 2001 From: hornygranny Date: Sat, 4 Oct 2014 18:28:30 -0700 Subject: [PATCH] bookcases no longer opaque considering they are mostly empty they shouldn't be totally opaque, it's awkward in game --- code/modules/library/lib_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/library/lib_items.dm b/code/modules/library/lib_items.dm index e770821505d..eadd1e62fb1 100644 --- a/code/modules/library/lib_items.dm +++ b/code/modules/library/lib_items.dm @@ -16,7 +16,7 @@ icon_state = "bookempty" anchored = 0 density = 1 - opacity = 1 + opacity = 0 var/state = 0 @@ -314,4 +314,4 @@ user << "Computer has been associated with this unit." else user << "No associated computer found. Only local scans will function properly." - user << "\n" \ No newline at end of file + user << "\n"