mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 13:10:43 -05:00
Fixed max buy restriction bonus not applying for unheard edition
This commit is contained in:
parent
e173b3d361
commit
1e7fd6232a
@ -116,6 +116,14 @@ export class PostDbLoadService {
|
||||
if (!this.ragfairConfig.dynamic.blacklist.enableBsgList) {
|
||||
this.setAllDbItemsAsSellableOnFlea();
|
||||
}
|
||||
|
||||
this.addMissingTraderBuyRestrictionMaxValue();
|
||||
}
|
||||
|
||||
protected addMissingTraderBuyRestrictionMaxValue(): void {
|
||||
this.databaseService.getGlobals().config.TradingSettings.BuyRestrictionMaxBonus.unheard_edition = {
|
||||
multiplier: 1.2,
|
||||
};
|
||||
}
|
||||
|
||||
protected adjustMinReserveRaiderSpawnChance(): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user