From 4102790da6d96f3526385aaa266dff4c2e0defed Mon Sep 17 00:00:00 2001 From: Dax Dupont Date: Mon, 11 Jun 2018 19:15:31 +0200 Subject: [PATCH] [s] Fixes exploit where botany trays can be refilled at no cost. --- code/modules/hydroponics/hydroponics.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/hydroponics/hydroponics.dm b/code/modules/hydroponics/hydroponics.dm index ed0e1df554f..a61082bdf8b 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -45,8 +45,6 @@ rating = M.rating maxwater = tmp_capacity * 50 // Up to 300 maxnutri = tmp_capacity * 5 // Up to 30 - waterlevel = maxwater - nutrilevel = 3 /obj/machinery/hydroponics/Destroy() if(myseed)