From d331d54add2465b02bdbf54e66d50d7b85fb6426 Mon Sep 17 00:00:00 2001 From: Remie Richards Date: Mon, 21 Mar 2016 06:29:30 +0000 Subject: [PATCH] fixes queen bees being counted multiple times, interrupting hive growth --- code/modules/hydroponics/beekeeping/beebox.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/hydroponics/beekeeping/beebox.dm b/code/modules/hydroponics/beekeeping/beebox.dm index 7b0bdca1cda..e4646e3fe86 100644 --- a/code/modules/hydroponics/beekeeping/beebox.dm +++ b/code/modules/hydroponics/beekeeping/beebox.dm @@ -228,6 +228,7 @@ return var/obj/item/queen_bee/QB = new() queen_bee.loc = QB + bees -= queen_bee QB.queen = queen_bee QB.name = queen_bee.name if(!user.put_in_active_hand(QB))