Increase syndicate uplink discount amount to 6. (#33950)

* Increase uplink discounts from 3 to 7

* nevermind, 6
This commit is contained in:
ScarKy0
2024-12-21 03:14:08 +01:00
committed by GitHub
parent 9a4f9561e6
commit 03a54e90f5
3 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ public sealed class StoreDiscountSystem : EntitySystem
private IReadOnlyList<StoreDiscountData> InitializeDiscounts(
IReadOnlyCollection<ListingDataWithCostModifiers> listings,
int totalAvailableDiscounts = 3
int totalAvailableDiscounts = 6
)
{
// Get list of categories with cumulative weights.