From e7ec8a7e2d775ea0203e35975e2108249b3f995c Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Sun, 10 May 2015 14:21:44 -0700 Subject: [PATCH] Compile-fix --- code/modules/hydroponics/trays/tray_tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/trays/tray_tools.dm b/code/modules/hydroponics/trays/tray_tools.dm index afb32931c2e..d70035bdc84 100644 --- a/code/modules/hydroponics/trays/tray_tools.dm +++ b/code/modules/hydroponics/trays/tray_tools.dm @@ -313,7 +313,7 @@ for(var/obj/effect/plant/B in orange(A,1)) if(prob(80)) B.die_off(1) - qdel A + qdel(A) /obj/item/weapon/rsp name = "\improper Rapid-Seed-Producer (RSP)"