Set winterEventEnabled
value on start
This commit is contained in:
parent
083622ce3b
commit
99eaeeb63b
@ -42,6 +42,7 @@ export class WeatherGenerator
|
||||
data.date = formattedDate;
|
||||
data.time = this.getBsgFormattedInRaidTime(computedDate);
|
||||
data.acceleration = this.weatherConfig.acceleration;
|
||||
data.winterEventEnabled = false;
|
||||
|
||||
return data;
|
||||
}
|
||||
|
@ -228,6 +228,7 @@ export interface Exit
|
||||
Chance: number;
|
||||
Count: number;
|
||||
EntryPoints: string;
|
||||
EventAvailable: boolean
|
||||
ExfiltrationTime: number;
|
||||
ExfiltrationType: string;
|
||||
RequiredSlot?: string;
|
||||
|
@ -6,6 +6,7 @@ export interface IWeatherData
|
||||
time: string;
|
||||
date: string;
|
||||
weather?: IWeather;
|
||||
winterEventEnabled: boolean
|
||||
}
|
||||
|
||||
export interface IWeather
|
||||
|
Loading…
Reference in New Issue
Block a user