GC's virus dummies #whoa #derp

This commit is contained in:
Chinsky
2013-11-05 01:13:49 +04:00
parent 3a425c6095
commit 40e862fe00

View File

@@ -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 for(var/i=0, i<5, i++) if(!step_towards(dummy, target)) break
var/rval = (dummy.loc in range(1,target)) var/rval = (dummy.loc in range(1,target))
del dummy dummy.loc = null
dummy = null
return rval return rval
//Attemptes to infect mob M with virus. Set forced to 1 to ignore protective clothnig //Attemptes to infect mob M with virus. Set forced to 1 to ignore protective clothnig