mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes vines spreading through doors
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
if(!isnull(seed.chems["pacid"]))
|
if(!isnull(seed.chems["pacid"]))
|
||||||
spawn(rand(5,25)) floor.ex_act(3)
|
spawn(rand(5,25)) floor.ex_act(3)
|
||||||
continue
|
continue
|
||||||
if(!Adjacent(floor))
|
if(!Adjacent(floor) || !floor.Enter(src))
|
||||||
continue
|
continue
|
||||||
neighbors |= floor
|
neighbors |= floor
|
||||||
// Update all of our friends.
|
// Update all of our friends.
|
||||||
|
|||||||
Reference in New Issue
Block a user