From ba95892ddd5432107ba01d439c33eda15cba7caf Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 16 Apr 2017 17:12:29 -0500 Subject: [PATCH] Fixes kudzu (#422) --- code/modules/events/spacevine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/spacevine.dm b/code/modules/events/spacevine.dm index a80147ccc7..55630e5dae 100644 --- a/code/modules/events/spacevine.dm +++ b/code/modules/events/spacevine.dm @@ -494,7 +494,7 @@ if(!LAZYLEN(vines)) qdel(src) //space vines exterminated. Remove the controller return - if(!LAZYLEN(growth_queue)) + if(!growth_queue) qdel(src) //Sanity check return