ZAS bugfixes.

Signed-off-by: unknown <Colm@Blue.(none)>
This commit is contained in:
unknown
2012-03-16 09:06:55 +00:00
parent a7bce8a609
commit fd09ea6ce8
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ var/explosion_halt = 0
zone
proc/process()
if(rebuild)
if(!contents) del src
if(!contents.len)
del src
return 0
var
turf/sample = pick(contents)
list/new_contents = FloodFill(sample)