mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Add Yama, the Master of Pacts
This commit is contained in:
@@ -130,6 +130,7 @@ export type Boss =
|
||||
| 'vetion'
|
||||
| 'vorkath'
|
||||
| 'wintertodt'
|
||||
| 'yama'
|
||||
| 'zalcano'
|
||||
| 'zulrah';
|
||||
|
||||
|
@@ -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'
|
||||
};
|
||||
|
Reference in New Issue
Block a user