From ec09fc8d073297e2fdfb121f0b9177a75105a2a5 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 24 Feb 2025 00:25:28 +0100 Subject: [PATCH] Add "ignore_tech_cost_multiplier" to "tree-seeding" --- lignumis/prototypes/content/burner-agricultural-tower.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lignumis/prototypes/content/burner-agricultural-tower.lua b/lignumis/prototypes/content/burner-agricultural-tower.lua index ddd2f76..42c8d05 100644 --- a/lignumis/prototypes/content/burner-agricultural-tower.lua +++ b/lignumis/prototypes/content/burner-agricultural-tower.lua @@ -120,6 +120,7 @@ tech.unit = { }, time = 10 } +tech.ignore_tech_cost_multiplier = true data.raw.technology["fish-breeding"].prerequisites = { "agricultural-science-pack" }