diff --git a/code/game/machinery/bees_items.dm b/code/game/machinery/bees_items.dm index a71668bc465..cbfc2b3bd7f 100644 --- a/code/game/machinery/bees_items.dm +++ b/code/game/machinery/bees_items.dm @@ -66,8 +66,6 @@ icon = 'icons/obj/chemical.dmi' icon_state = "bottle17" flags = FPRINT | TABLEPASS - toxicity = 4 - PestKillStr = 0 New() src.pixel_x = rand(-5.0, 5) src.pixel_y = rand(-5.0, 5)