From 55312262477f2facaed90da47212556b73e9e2c4 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 14 May 2015 00:51:45 -0400 Subject: [PATCH] Fixes colors runtiming. Oops. --- code/modules/reagents/Chemistry-Colours.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/reagents/Chemistry-Colours.dm b/code/modules/reagents/Chemistry-Colours.dm index 102e0b35b3d..0fcc50b6f4d 100644 --- a/code/modules/reagents/Chemistry-Colours.dm +++ b/code/modules/reagents/Chemistry-Colours.dm @@ -26,4 +26,6 @@ color = BlendRGB(color, reagent_color, vol_temp/vol_counter) else color = BlendRGB(reagent_color, color, vol_temp/vol_counter) + return color +