Make water plans unwalkable.

To avoid "sand traps".
This commit is contained in:
Duane 2016-07-12 23:23:58 -05:00
parent 1caf0fba61
commit e6a1a158ed
2 changed files with 2 additions and 3 deletions

View file

@ -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",