From a34a1f66cf3eecb96890b119064d5d53fa80f364 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 3 Jan 2015 05:23:44 +1030 Subject: [PATCH] Fixes #7632 --- code/modules/hydroponics/hydro_tray.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/hydro_tray.dm b/code/modules/hydroponics/hydro_tray.dm index e692f294dba..5407615ea06 100644 --- a/code/modules/hydroponics/hydro_tray.dm +++ b/code/modules/hydroponics/hydro_tray.dm @@ -12,8 +12,8 @@ var/draw_warnings = 1 //Set to 0 to stop it from drawing the alert lights. // Plant maintenance vars. - var/waterlevel = 100 // Water (max 100) - var/nutrilevel = 100 // Nutrient (max 100) + var/waterlevel = 10 // Water (max 100) + var/nutrilevel = 10 // Nutrient (max 100) var/pestlevel = 0 // Pests (max 10) var/weedlevel = 0 // Weeds (max 10)