forked from cacklingfiend/lignumis
Fix agricultural towers not buildable on Lignumis
This commit is contained in:
parent
009fcf4d50
commit
819bf6e26b
4 changed files with 12 additions and 1 deletions
|
|
@ -69,6 +69,11 @@ end
|
|||
data.raw["ammo-turret"]["gun-turret"].attack_parameters.range = 20
|
||||
|
||||
|
||||
-- Agricultural tower
|
||||
|
||||
data.raw["agricultural-tower"]["agricultural-tower"].surface_conditions[1].min = 900
|
||||
|
||||
|
||||
-- Wood processing
|
||||
|
||||
local wood_processing = data.raw.recipe["wood-processing"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue