Further Allocation Tweaks (#36800)

* init

* fix lockboxes
This commit is contained in:
ScarKy0
2025-04-21 12:32:14 +02:00
committed by GitHub
parent df5e6a2b5c
commit 467fe23795
3 changed files with 13 additions and 7 deletions

View File

@@ -342,8 +342,8 @@ public sealed partial class CargoSystem
{
distribution = new Dictionary<ProtoId<CargoAccountPrototype>, double>
{
{ sellComponent.OverrideAccount, bankAccount.PrimaryCut },
{ bankAccount.PrimaryAccount, 1.0 - bankAccount.PrimaryCut },
{ sellComponent.OverrideAccount, sellComponent.OverrideCut },
{ bankAccount.PrimaryAccount, 1.0 - sellComponent.OverrideCut },
};
}
else