Add Yama, the Master of Pacts

This commit is contained in:
David Vorona
2025-05-21 10:21:23 -07:00
parent 79c067152c
commit 86d9bcb2e7
6 changed files with 14 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ export type Boss =
| 'vetion'
| 'vorkath'
| 'wintertodt'
| 'yama'
| 'zalcano'
| 'zulrah';

View File

@@ -137,6 +137,7 @@ export const BOSSES: Boss[] = [
'vetion',
'vorkath',
'wintertodt',
'yama',
'zalcano',
'zulrah'
];
@@ -231,6 +232,7 @@ export const FORMATTED_BOSS_NAMES: FormattedBossNames = {
vetion: "Vet'ion",
vorkath: 'Vorkath',
wintertodt: 'Wintertodt',
yama: 'Yama',
zalcano: 'Zalcano',
zulrah: 'Zulrah'
};