mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
GC's virus dummies #whoa #derp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user