Skip to content

Commit

Permalink
Update hunt.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Mar 12, 2024
1 parent 599beb8 commit 7c2ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mahoji/commands/hunt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const huntCommand: OSBMahojiCommand = {

// If creatures Herbiboar or Razor-backed kebbit use Stamina potion(4)
if (usingStaminaPotion) {
if (creature.id === HERBIBOAR_ID || creature.id === RAZOR_KEBBIT_ID) {
if (creature.id === HERBIBOAR_ID || creature.id === RAZOR_KEBBIT_ID || crystalImpling) {
let staminaPotionQuantity =
creature.id === HERBIBOAR_ID
? Math.round(duration / (9 * Time.Minute))
Expand Down

0 comments on commit 7c2ee78

Please sign in to comment.