0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 21:10:45 -05:00

Reverted pmc exfils on scav patch removal

This commit is contained in:
Dev 2024-09-25 19:17:10 +01:00
parent aa69354ab3
commit 54eca46c70
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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();