From 3f9895cb38d0b2e1468ef2035076fe9ec4071f89 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:37:58 +0200 Subject: [PATCH] Slightly tweak base funding allocations. (#36688) init --- .../Cargo/Components/StationBankAccountComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Cargo/Components/StationBankAccountComponent.cs b/Content.Shared/Cargo/Components/StationBankAccountComponent.cs index e320ef8aab..701238926b 100644 --- a/Content.Shared/Cargo/Components/StationBankAccountComponent.cs +++ b/Content.Shared/Cargo/Components/StationBankAccountComponent.cs @@ -45,10 +45,10 @@ public sealed partial class StationBankAccountComponent : Component { { "Cargo", 0.00 }, { "Engineering", 0.25 }, - { "Medical", 0.30 }, + { "Medical", 0.25 }, { "Science", 0.15 }, { "Security", 0.20 }, - { "Service", 0.10 }, + { "Service", 0.15 }, }; /// -- 2.51.2