From e4c7547bc8767d703d5c972c6a5a6796aaf04f09 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 25 Aug 2024 09:21:21 +0100 Subject: [PATCH] Disabled BossSpawnChancePatch as it doesn't appear to be necessary after testing --- project/SPT.Custom/SPTCustomPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/SPT.Custom/SPTCustomPlugin.cs b/project/SPT.Custom/SPTCustomPlugin.cs index ded215f..2b1ba6d 100644 --- a/project/SPT.Custom/SPTCustomPlugin.cs +++ b/project/SPT.Custom/SPTCustomPlugin.cs @@ -38,7 +38,7 @@ namespace SPT.Custom new SetPreRaidSettingsScreenDefaultsPatch().Enable(); new CoreDifficultyPatch().Enable(); new BotDifficultyPatch().Enable(); - new BossSpawnChancePatch().Enable(); + //new BossSpawnChancePatch().Enable(); // Tested factory, Tagilla does not spawn 100% of the time with patch disabled new VersionLabelPatch().Enable(); new FixBotgroupMarkofTheUnknown().Enable(); new MergeScavPmcQuestsOnInventoryLoadPatch().Enable();