From dfbe05ff8bbf794b1dc206adc092e3c320104a15 Mon Sep 17 00:00:00 2001 From: SparklySheep Date: Sat, 13 Dec 2014 14:59:56 -0600 Subject: [PATCH] Fixes a typo in the Hydroponics reagents --- code/modules/hydroponics/hydro_tray.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/hydro_tray.dm b/code/modules/hydroponics/hydro_tray.dm index 66cf4676574..e692f294dba 100644 --- a/code/modules/hydroponics/hydro_tray.dm +++ b/code/modules/hydroponics/hydro_tray.dm @@ -88,7 +88,7 @@ "adminordrazine" = 1, "milk" = 0.9, "beer" = 0.7, - "flourine" = -0.5, + "fluorine" = -0.5, "chlorine" = -0.5, "phosphorus" = -0.5, "water" = 1,