Sanity check for FloodFill.

This commit is contained in:
SkyMarshal
2012-08-13 18:49:04 -07:00
parent 22eb284ddf
commit 7ef9d9e454
+4
View File
@@ -12,6 +12,10 @@ proc/FloodFill(turf/start)
while(open.len)
var/turf/T = pick(open)
if(!istype(T))
open -= T
continue
for(var/d in cardinal)
var/turf/O = get_step(T,d)