From d06df512d079f8ea267eea080418e041f92c3208 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Wed, 13 Jun 2018 22:25:08 -0500 Subject: [PATCH] [MIRROR] [s] Fixes exploit where botany trays can be refilled at no cost. (#7081) * [s] Fixes exploit where botany trays can be refilled at no cost. * Merge pull request #38422 from DaxDupont/hydroponics [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 e12f55d8be..5e75a57c32 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)