Skip to content

Commit

Permalink
Spitfix two
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Oct 19, 2023
1 parent 8db22c0 commit b2ae328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/leveling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ export const LevelingQuest: Quest = {
{
name: "Extra Camelspit Leveling",
ready: () => get("camelSpit") >= 94,
completed: () => !get("instant_camelExperiment", false) || get("camelSpit") < 100,
completed: () => !get("instant_camelExperiment", false) || get("camelSpit") >= 100,
do: powerlevelingLocation(),
prepare: (): void => {
restoreHp(clamp(1000, myMaxhp() / 2, myMaxhp()));
Expand Down

0 comments on commit b2ae328

Please sign in to comment.