Fixes vines spreading through doors

This commit is contained in:
GinjaNinja32
2015-03-09 09:04:22 +00:00
parent 36c791ea83
commit bbae1a49e5

View File

@@ -20,7 +20,7 @@
if(!isnull(seed.chems["pacid"]))
spawn(rand(5,25)) floor.ex_act(3)
continue
if(!Adjacent(floor))
if(!Adjacent(floor) || !floor.Enter(src))
continue
neighbors |= floor
// Update all of our friends.