From dccbf0ee44723f353eb29ad84c5845812ac84bae Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 6 Sep 2020 17:24:43 +0200 Subject: [PATCH] Add Canes and Upgrades to item sets --- Items.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Items.py b/Items.py index f8919f40..43aa1397 100644 --- a/Items.py +++ b/Items.py @@ -199,6 +199,9 @@ _simple_groups = {("Swords", "Sword"), ("Boomerangs", "Boomerang"), ("Rods", "Rod"), + ("Canes", "Cane"), + + ("Upgrades", "Upgrade"), # Capacity and Magic Upgrades ("Small Keys", "Small Key"), ("Big Keys", "Big Key"),