From c7693e0eab03f99962065f25b9636172332ba8ad Mon Sep 17 00:00:00 2001 From: Datraen Date: Mon, 27 Jun 2016 14:28:29 -0400 Subject: [PATCH] Corrects ChemMaster Bottle Sprites. --- code/modules/reagents/Chemistry-Machinery.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Machinery.dm b/code/modules/reagents/Chemistry-Machinery.dm index 741ba588e4..ec5b1246fb 100644 --- a/code/modules/reagents/Chemistry-Machinery.dm +++ b/code/modules/reagents/Chemistry-Machinery.dm @@ -249,7 +249,7 @@ P.name = "[name] bottle" P.pixel_x = rand(-7, 7) //random position P.pixel_y = rand(-7, 7) - P.icon_state = "bottle"+bottlesprite + P.icon_state = "bottle-"+bottlesprite reagents.trans_to_obj(P,60) P.update_icon() else