Add Scurrius

This commit is contained in:
maxswa
2023-11-25 21:46:24 -05:00
parent d01b36422e
commit 92452e240c
6 changed files with 29 additions and 21 deletions

View File

@@ -104,6 +104,7 @@ export type Boss =
| 'phantomMuspah'
| 'sarachnis'
| 'scorpia'
| 'scurrius'
| 'skotizo'
| 'spindel'
| 'tempoross'

View File

@@ -111,6 +111,7 @@ export const BOSSES: Boss[] = [
'phantomMuspah',
'sarachnis',
'scorpia',
'scurrius',
'skotizo',
'spindel',
'tempoross',
@@ -196,6 +197,7 @@ export const FORMATTED_BOSS_NAMES: FormattedBossNames = {
phantomMuspah: 'Phantom Muspah',
sarachnis: 'Sarachnis',
scorpia: 'Scorpia',
scurrius: 'Scurrius',
skotizo: 'Skotizo',
spindel: 'Spindel',
tempoross: 'Tempoross',