Fix cargo product groups (#24212)

This commit is contained in:
Nemanja
2024-01-19 22:47:08 -05:00
committed by GitHub
parent 0b37dbbfbd
commit 21e77dffb0
9 changed files with 77 additions and 36 deletions

View File

@@ -60,7 +60,7 @@ public sealed class CargoGiftsRule : StationEventSystem<CargoGiftsRuleComponent>
if (!_cargoSystem.AddAndApproveOrder(
station!.Value,
product.Product,
product.PointCost,
product.Cost,
qty,
Loc.GetString(component.Sender),
Loc.GetString(component.Description),