Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 27, 2024
1 parent 1515277 commit 5f9f3eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/lib/data/CollectionsExport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,8 @@ export const allPetsCL = resolveItems([
'Wisp',
"Lil'viathan",
'Butch',
'Baron'
'Baron',
'Scurry'
]);
export const camdozaalCL = resolveItems([
'Barronite mace',
Expand Down
9 changes: 2 additions & 7 deletions src/lib/minions/data/killableMonsters/bosses/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,19 +452,14 @@ const killableBosses: KillableMonster[] = [
id: Monsters.Scurrius.id,
name: Monsters.Scurrius.name,
aliases: Monsters.Scurrius.aliases,
timeToFinish: Time.Minute * 13.6,
timeToFinish: Time.Minute * 2,
table: Monsters.Scurrius,
notifyDrops: resolveItems(['Scurry']),
qpRequired: 0,
levelRequirements: {
prayer: 43
},
defaultAttackStyles: [SkillsEnum.Attack],
combatXpMultiplier: 1.075,
itemCost: {
itemCost: new Bank().add('Prayer potion(4)'),
qtyPerKill: 0.1
}
defaultAttackStyles: [SkillsEnum.Attack]
}
];

Expand Down

0 comments on commit 5f9f3eb

Please sign in to comment.