From 687427d32434141cb1446461121301006922ca4d Mon Sep 17 00:00:00 2001 From: 20kdc Date: Wed, 27 Oct 2021 09:32:06 +0100 Subject: [PATCH] Lower Saltern generator power to balance things out (#4749) Co-authored-by: metalgearsloth --- .../Prototypes/Entities/Structures/Power/saltern_power.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/saltern_power.yml b/Resources/Prototypes/Entities/Structures/Power/saltern_power.yml index d9cdf02d91..e77d366021 100644 --- a/Resources/Prototypes/Entities/Structures/Power/saltern_power.yml +++ b/Resources/Prototypes/Entities/Structures/Power/saltern_power.yml @@ -3,7 +3,7 @@ id: SalternGenerator components: - type: PowerSupplier - supplyRate: 30000 + supplyRate: 3000 - type: entity parent: BaseSmes