mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:10:45 -05:00
Still need these patches for scav selling price
This commit is contained in:
parent
00a880e49c
commit
7901310094
@ -27,8 +27,6 @@ namespace SPT.SinglePlayer
|
|||||||
new SpawnProcessNegativeValuePatch().Enable();
|
new SpawnProcessNegativeValuePatch().Enable();
|
||||||
new SpawnPmcPatch().Enable();
|
new SpawnPmcPatch().Enable();
|
||||||
// new ScavRepAdjustmentPatch().Enable();
|
// new ScavRepAdjustmentPatch().Enable();
|
||||||
// new ScavSellAllPriceStorePatch().Enable();
|
|
||||||
// new ScavSellAllRequestPatch().Enable();
|
|
||||||
|
|
||||||
// new ArmorDamageCounterPatch().Enable();
|
// new ArmorDamageCounterPatch().Enable();
|
||||||
// new AmmoUsedCounterPatch().Enable();
|
// new AmmoUsedCounterPatch().Enable();
|
||||||
@ -49,6 +47,8 @@ namespace SPT.SinglePlayer
|
|||||||
new MapReadyButtonPatch().Enable();
|
new MapReadyButtonPatch().Enable();
|
||||||
new RemoveUsedBotProfilePatch().Enable();
|
new RemoveUsedBotProfilePatch().Enable();
|
||||||
new ScavLateStartPatch().Enable();
|
new ScavLateStartPatch().Enable();
|
||||||
|
new ScavSellAllPriceStorePatch().Enable();
|
||||||
|
new ScavSellAllRequestPatch().Enable();
|
||||||
|
|
||||||
// 3.10.0
|
// 3.10.0
|
||||||
new PVEModeWelcomeMessagePatch().Enable();
|
new PVEModeWelcomeMessagePatch().Enable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user