Increase syndicate uplink discount amount to 6. (#33950)
* Increase uplink discounts from 3 to 7 * nevermind, 6
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user