Skip to content

Commit

Permalink
add anchor bomb, gravel
Browse files Browse the repository at this point in the history
  • Loading branch information
phulin committed Dec 31, 2024
1 parent f918d74 commit df6fc46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sections/misc/FreeKills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ const FREE_KILL_SOURCES: FreeKillSource[] = [
13 - get("_shadowBricksUsed"),
),
},
{
source: $item`groveling gravel`,
thing: $item`groveling gravel`,
remaining: () => availableAmount($item`groveling gravel`),
},
{
source: $item`powdered madness`,
thing: $item`powdered madness`,
Expand Down
5 changes: 5 additions & 0 deletions src/sections/misc/FreeRuns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ const freeRunSources: FreeRunSource[] = [
availableAmount($item`handful of split pea soup`) +
Math.floor(availableAmount($item`whirled peas`) / 2),
},
{
source: $item`anchor bomb`,
thing: $item`anchor bomb`,
remaining: () => availableAmount($item`anchor bomb`),
},
{
source: $item`tennis ball`,
thing: $item`tennis ball`,
Expand Down

0 comments on commit df6fc46

Please sign in to comment.