Fill: remove sweep_for_events(key_only=True) (#2239)

This commit is contained in:
Fabian Dill
2024-07-28 01:32:25 +02:00
committed by GitHub
parent 34141f8de0
commit b77805e5ee
3 changed files with 3 additions and 10 deletions

View File

@@ -76,10 +76,6 @@ class ALttPItem(Item):
if self.type in {"SmallKey", "BigKey", "Map", "Compass"}:
return self.type
@property
def locked_dungeon_item(self):
return self.location.locked and self.dungeon_item
class LTTPRegionType(IntEnum):
LightWorld = 1