Skip to content

Commit

Permalink
drop dummy dungeon items from groups
Browse files Browse the repository at this point in the history
  • Loading branch information
threeandthreee committed Oct 9, 2024
1 parent c519972 commit 28db484
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions worlds/ladx/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ class ItemName:
"Slime Key",
},
"Nightmare Keys": {
"Nightmare Key",
"Nightmare Key (Angler's Tunnel)",
"Nightmare Key (Bottle Grotto)",
"Nightmare Key (Catfish's Maw)",
Expand All @@ -337,7 +336,6 @@ class ItemName:
"Nightmare Key (Turtle Rock)",
},
"Small Keys": {
"Key",
"Small Key (Angler's Tunnel)",
"Small Key (Bottle Grotto)",
"Small Key (Catfish's Maw)",
Expand All @@ -349,7 +347,6 @@ class ItemName:
"Small Key (Turtle Rock)",
},
"Compasses": {
"Compass",
"Compass (Angler's Tunnel)",
"Compass (Bottle Grotto)",
"Compass (Catfish's Maw)",
Expand All @@ -361,7 +358,6 @@ class ItemName:
"Compass (Turtle Rock)",
},
"Maps": {
"Map",
"Dungeon Map (Angler's Tunnel)",
"Dungeon Map (Bottle Grotto)",
"Dungeon Map (Catfish's Maw)",
Expand All @@ -373,7 +369,6 @@ class ItemName:
"Dungeon Map (Turtle Rock)",
},
"Stone Beaks": {
"Stone Beak",
"Stone Beak (Angler's Tunnel)",
"Stone Beak (Bottle Grotto)",
"Stone Beak (Catfish's Maw)",
Expand Down

0 comments on commit 28db484

Please sign in to comment.