From 805852e1dfb4dedca2c14284118cb63f3f8edf21 Mon Sep 17 00:00:00 2001 From: theo2003 <35148170+theo2003@users.noreply.github.com> Date: Sun, 3 Jun 2018 20:59:09 +0300 Subject: [PATCH 1/2] Fixed hydroponics tray weed light not turning off when weeds are removed by an integrated circuits device. (#38246) --- code/modules/integrated_electronics/subtypes/manipulation.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/integrated_electronics/subtypes/manipulation.dm b/code/modules/integrated_electronics/subtypes/manipulation.dm index f4cc363afb..645e54c153 100644 --- a/code/modules/integrated_electronics/subtypes/manipulation.dm +++ b/code/modules/integrated_electronics/subtypes/manipulation.dm @@ -286,6 +286,7 @@ push_data() if(1) TR.weedlevel = 0 + TR.update_icon() if(2) if(TR.myseed) //Could be that they're just using it as a de-weeder TR.age = 0