Code Fixes

This commit is contained in:
ZomgPonies
2013-11-04 19:47:34 -05:00
parent 2da49c68c7
commit 4bfad39ae3
6 changed files with 396 additions and 391 deletions
+2 -1
View File
@@ -45,7 +45,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