From 40e862fe00e2e5d3bf20c5d74cf9adc12d834b36 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Tue, 5 Nov 2013 01:13:49 +0400 Subject: [PATCH] GC's virus dummies #whoa #derp --- code/modules/virus2/helpers.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/virus2/helpers.dm b/code/modules/virus2/helpers.dm index d1116bb844..520f7931ec 100644 --- a/code/modules/virus2/helpers.dm +++ b/code/modules/virus2/helpers.dm @@ -48,7 +48,8 @@ proc/airborne_can_reach(turf/source, turf/target) for(var/i=0, i<5, i++) if(!step_towards(dummy, target)) break var/rval = (dummy.loc in range(1,target)) - del dummy + dummy.loc = null + dummy = null return rval //Attemptes to infect mob M with virus. Set forced to 1 to ignore protective clothnig