Make water plans unwalkable.
To avoid "sand traps".
This commit is contained in:
parent
1caf0fba61
commit
e6a1a158ed
2 changed files with 2 additions and 3 deletions
|
@ -121,7 +121,7 @@ for _, plant in ipairs(fun_caves.plantlist) do
|
|||
--light_source = 14,
|
||||
paramtype = "light",
|
||||
light_source = plant.light_source,
|
||||
walkable = false,
|
||||
walkable = true,
|
||||
groups = groups,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue