diff --git a/items/items.json b/items/items.json index f33e42b5..20c02b15 100644 --- a/items/items.json +++ b/items/items.json @@ -553,6 +553,11 @@ "type": "consumable", "codes": "Slowness" }, + { + "name": "Bonks", + "type": "consumable", + "codes": "Bonk" + }, { "name": "Power Surges", "type": "consumable", diff --git a/scripts/ap_item_mapping.lua b/scripts/ap_item_mapping.lua index d6186346..42c8c526 100644 --- a/scripts/ap_item_mapping.lua +++ b/scripts/ap_item_mapping.lua @@ -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"},