Skip to content

Commit

Permalink
Merge pull request #18 from Shiverwarp/section11
Browse files Browse the repository at this point in the history
Dont saucegeyser section 11
  • Loading branch information
horrible-little-slime authored Dec 24, 2024
2 parents bd800ca + 03ef3ff commit 885aef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class Macro extends StrictMacro {

return this.externalIf(
myPrimestat() === $stat`mysticality`,
Macro.trySkillRepeat($skill`Saucegeyser`)
Macro.ifNot($monster`Section 11`, Macro.trySkillRepeat($skill`Saucegeyser`))
)
.externalIf(
haveSkill($skill`Shieldbutt`) &&
Expand Down Expand Up @@ -258,6 +258,6 @@ export default class Macro extends StrictMacro {
)
.attack()
.repeat("!pastround 3")
.hardCombat()
.hardCombat();
}
}

0 comments on commit 885aef1

Please sign in to comment.