From 17e607b0d8f69a15664e907764341ec86334eab0 Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Sat, 9 Mar 2013 23:45:27 +1000 Subject: [PATCH] compile fix Signed-off-by: Cael_Aislinn --- code/game/machinery/bees_items.dm | 2 -- 1 file changed, 2 deletions(-) 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)