From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Fri, 18 Apr 2025 13:37:58 +0000 (+0200) Subject: Slightly tweak base funding allocations. (#36688) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3f9895cb38d0b2e1468ef2035076fe9ec4071f89;p=space-station-14.git Slightly tweak base funding allocations. (#36688) init --- 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 }, }; ///