mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:30:43 -05:00
Enabled Khorovod tree during christmas
This commit is contained in:
parent
a2eb344fc2
commit
3888acd597
@ -760,8 +760,8 @@ export class SeasonalEventService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const mapData: ILocation = maps[mapName];
|
const mapData: ILocation = maps[mapName];
|
||||||
if (mapData?.base?.BotLocationModifier && "KhorovodChance" in mapData.base.BotLocationModifier) {
|
if (typeof mapData.base.Events.Khorovod?.Chance !== "undefined") {
|
||||||
mapData.base.BotLocationModifier.KhorovodChance = 100;
|
mapData.base.Events.Khorovod.Chance = 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user