From 4070f866fa7310a56899f201e4bb83dd303b6595 Mon Sep 17 00:00:00 2001 From: Chomp Date: Fri, 31 Oct 2025 13:45:06 +0000 Subject: [PATCH] Added halloween event bosses to april event --- Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs b/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs index 9cff7b1f..aa20bf0b 100644 --- a/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs @@ -407,6 +407,7 @@ public class SeasonalEventService( AddEventBossesToMaps("halloweensummon"); EnableHalloweenSummonEvent(); AddPumpkinsToScavBackpacks(); + AddEventBossesToMaps("halloweennightcult"); RenameBitcoin(); if (eventType.Settings is not null && eventType.Settings.ReplaceBotHostility.GetValueOrDefault(false)) {