From d3ba2473cc1b8af32d0fed2abb89ef8615a06bad Mon Sep 17 00:00:00 2001 From: PKPenguin321 Date: Mon, 6 Jun 2016 18:01:51 -0700 Subject: [PATCH] makes plant analyzers fit in belts again (#18324) --- code/modules/hydroponics/hydroitemdefines.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/hydroponics/hydroitemdefines.dm b/code/modules/hydroponics/hydroitemdefines.dm index 635301f3493..7cad7cfdd18 100644 --- a/code/modules/hydroponics/hydroitemdefines.dm +++ b/code/modules/hydroponics/hydroitemdefines.dm @@ -5,6 +5,8 @@ icon = 'icons/obj/device.dmi' icon_state = "hydro" item_state = "analyzer" + w_class = 1 + slot_flags = SLOT_BELT origin_tech = "magnets=2;biotech=2" // *************************************