Rename bitcoin for April 1st event
This commit is contained in:
parent
a429639fb8
commit
8863053786
@ -376,6 +376,7 @@ export class SeasonalEventService {
|
||||
this.addEventBossesToMaps(SeasonalEventType.HALLOWEEN);
|
||||
this.enableHalloweenSummonEvent();
|
||||
this.addPumpkinsToScavBackpacks();
|
||||
this.renameBitcoin();
|
||||
this.enableSnow();
|
||||
break;
|
||||
default:
|
||||
@ -539,6 +540,12 @@ export class SeasonalEventService {
|
||||
] = 400;
|
||||
}
|
||||
|
||||
protected renameBitcoin(): void {
|
||||
const enLocale = this.databaseService.getLocales().global.en;
|
||||
enLocale[`${ItemTpl.BARTER_PHYSICAL_BITCOIN} Name`] = "Physical SPT Coin";
|
||||
enLocale[`${ItemTpl.BARTER_PHYSICAL_BITCOIN} ShortName`] = "0.2SPT";
|
||||
}
|
||||
|
||||
/**
|
||||
* Set Khorovod(dancing tree) chance to 100% on all maps that support it
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user