Skip to content

Commit

Permalink
Bonks
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic committed Dec 31, 2023
1 parent 645186e commit 0e8761f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,11 @@
"type": "consumable",
"codes": "Slowness"
},
{
"name": "Bonks",
"type": "consumable",
"codes": "Bonk"
},
{
"name": "Power Surges",
"type": "consumable",
Expand Down
1 change: 1 addition & 0 deletions scripts/ap_item_mapping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ITEM_MAPPING = {
[158510] = {"Skip", "consumable"},
[158600] = {"Slowness", "consumable"},
[158610] = {"PowerSurge", "consumable"},
[158615] = {"Bonk", "consumable"},
[158650] = {"Brain", "toggle"},

[159100] = {"Glass Factory Entry (Panel)", "toggle"},
Expand Down

0 comments on commit 0e8761f

Please sign in to comment.