Add Canes and Upgrades to item sets
This commit is contained in:
parent
6daadbbb24
commit
dccbf0ee44
3
Items.py
3
Items.py
|
@ -199,6 +199,9 @@ _simple_groups = {("Swords", "Sword"),
|
||||||
|
|
||||||
("Boomerangs", "Boomerang"),
|
("Boomerangs", "Boomerang"),
|
||||||
("Rods", "Rod"),
|
("Rods", "Rod"),
|
||||||
|
("Canes", "Cane"),
|
||||||
|
|
||||||
|
("Upgrades", "Upgrade"), # Capacity and Magic Upgrades
|
||||||
|
|
||||||
("Small Keys", "Small Key"),
|
("Small Keys", "Small Key"),
|
||||||
("Big Keys", "Big Key"),
|
("Big Keys", "Big Key"),
|
||||||
|
|
Loading…
Reference in New Issue