Fix trees not absorbing noise
This commit is contained in:
parent
72afeb638c
commit
c19e6ac622
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ data.raw["unit"]["behemoth-spitter"].absorptions_to_join_attack.noise = 50
|
|||
-- All trees absorb noise
|
||||
|
||||
for _, tree in pairs(data.raw.tree) do
|
||||
emit_constant("plant", "tree-plant", -6)
|
||||
emit_constant("tree", tree.name, -6)
|
||||
end
|
||||
emit_constant("plant", "tree-plant", -6)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue