Create new SNOW
event separte from new years
This commit is contained in:
parent
f2c2f23438
commit
215e8f1c4b
@ -671,8 +671,15 @@
|
||||
"type": "NEW_YEARS",
|
||||
"startDay": "1",
|
||||
"startMonth": "1",
|
||||
"endDay": "27",
|
||||
"endDay": "7",
|
||||
"endMonth": "1"
|
||||
}, {
|
||||
"name": "snow",
|
||||
"type": "SNOW",
|
||||
"startDay": "8",
|
||||
"startMonth": "1",
|
||||
"endDay": "5",
|
||||
"endMonth": "2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -5,4 +5,5 @@ export enum SeasonalEventType
|
||||
HALLOWEEN = "Halloween",
|
||||
NEW_YEARS = "NewYears",
|
||||
PROMO = "Promo",
|
||||
SNOW = "Snow"
|
||||
}
|
||||
|
@ -344,6 +344,9 @@ export class SeasonalEventService
|
||||
this.giveGift(sessionId, "NewYear2023");
|
||||
this.enableSnow();
|
||||
break;
|
||||
case SeasonalEventType.SNOW.toLowerCase():
|
||||
this.enableSnow();
|
||||
break;
|
||||
default:
|
||||
// Likely a mod event
|
||||
this.addEventGearToBots(eventType);
|
||||
|
Loading…
Reference in New Issue
Block a user