From 51a5f17f156e676fc6ad41cbcf32b87ce084dc32 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 11 Feb 2025 17:22:18 +0100 Subject: [PATCH] Reduce energy usage of active noise cancelling tower --- lignumis/prototypes/content/active-noise-cancelling-tower.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/active-noise-cancelling-tower.lua b/lignumis/prototypes/content/active-noise-cancelling-tower.lua index fa60a6f..79ad117 100644 --- a/lignumis/prototypes/content/active-noise-cancelling-tower.lua +++ b/lignumis/prototypes/content/active-noise-cancelling-tower.lua @@ -22,7 +22,7 @@ data:extend({ max_health = 150, crafting_speed = 1, crafting_categories = { "active-noise-cancelling" }, - energy_usage = "6MW", + energy_usage = "2MW", energy_source = { type = "electric", usage_priority = "secondary-input",