Skip to content

Commit

Permalink
Remove freeKramco chance from Fighting CaveDan
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokoeka committed Jul 28, 2024
1 parent 9d85415 commit cf86429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const bigRock: ChronerQuest = {
},
outfit: () => {
return chooseQuestOutfit(
{ location, isFree: getKramcoWandererChance() >= 1 },
{ location },
{ familiar: $familiar`Grey Goose`, acc1: $items`pro skateboard` },
);
},
Expand Down

0 comments on commit cf86429

Please sign in to comment.