Fixes single pane windows not blocking airborne viruses completely.

This commit is contained in:
Chinsky
2014-03-09 22:07:07 +04:00
parent c58314bae3
commit 16ab0c9885
+1 -1
View File
@@ -47,7 +47,7 @@ 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))
var/rval = dummy.Adjacent(target)
dummy.loc = null
dummy = null
return rval