Fix agricultural towers not buildable on Lignumis

This commit is contained in:
Simon Brodtmann 2025-02-05 00:51:03 +01:00
parent 009fcf4d50
commit 819bf6e26b
4 changed files with 12 additions and 1 deletions

View file

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