0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Enabled Khorovod tree during christmas

This commit is contained in:
Chomp 2024-12-27 16:02:55 +00:00 committed by Refringe
parent f210e5e53d
commit 4740fa8cf1
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -756,8 +756,8 @@ export class SeasonalEventService {
}
const mapData: ILocation = maps[mapName];
if (mapData?.base?.BotLocationModifier && "KhorovodChance" in mapData.base.BotLocationModifier) {
mapData.base.BotLocationModifier.KhorovodChance = 100;
if (typeof mapData.base.Events.Khorovod?.Chance !== "undefined") {
mapData.base.Events.Khorovod.Chance = 100;
}
}
}