]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Slightly tweak base funding allocations. (#36688)
authorScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Fri, 18 Apr 2025 13:37:58 +0000 (15:37 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 13:37:58 +0000 (23:37 +1000)
init

Content.Shared/Cargo/Components/StationBankAccountComponent.cs

index e320ef8aab5f7377c7950136667a843ff36bfc31..701238926b0f34b695a44b901c448500b304cbf7 100644 (file)
@@ -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 },
     };
 
     /// <summary>