mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:50:45 -05:00
Reverted pmc exfils on scav patch removal
This commit is contained in:
parent
aa69354ab3
commit
54eca46c70
@ -9,7 +9,7 @@ using System.Linq;
|
||||
namespace SPT.SinglePlayer.Patches.ScavMode
|
||||
{
|
||||
/// <summary>
|
||||
/// Disable PMC exfil points when playing as pscav
|
||||
/// Disable PMC exfil points when playing as pscav, without this patch PMC extracts do not show in the side menu but can be extracted from
|
||||
/// </summary>
|
||||
public class DisablePMCExtractsForScavsPatch : ModulePatch
|
||||
{
|
||||
|
@ -30,7 +30,7 @@ namespace SPT.SinglePlayer
|
||||
|
||||
// Still need
|
||||
new ScavExperienceGainPatch().Enable();
|
||||
//new DisablePMCExtractsForScavsPatch().Enable(); // Scav spawns work without this, tested on factory
|
||||
new DisablePMCExtractsForScavsPatch().Enable();
|
||||
new ScavExfilPatch().Enable();
|
||||
new ScavProfileLoadPatch().Enable();
|
||||
new ScavPrefabLoadPatch().Enable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user