From 5f2eb03d7c97180350e225d2d5cd55cbd6d74a7d Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Fri, 8 Jul 2011 22:09:40 +0000 Subject: [PATCH] Fixed a long-standing bug where reagent glasses had a misnamed default iconstate and so using a chameleon projector to scan one rendered you completely invisible. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1807 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/Chemistry-Tools.dm b/code/WorkInProgress/Chemistry-Tools.dm index 669e7c9094d..37c9bfce6b3 100644 --- a/code/WorkInProgress/Chemistry-Tools.dm +++ b/code/WorkInProgress/Chemistry-Tools.dm @@ -1481,7 +1481,7 @@ name = "reagent glass" desc = "A reagent glass." icon = 'chemical.dmi' - icon_state = "beaker" + icon_state = "beaker0" amount_per_transfer_from_this = 10 flags = FPRINT | TABLEPASS | OPENCONTAINER