mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: replace Location.event
with advancement
property (#2871)
This commit is contained in:
@@ -44,14 +44,11 @@ class OOTLocation(Location):
|
||||
self.vanilla_item = vanilla_item
|
||||
if filter_tags is None:
|
||||
self.filter_tags = None
|
||||
else:
|
||||
else:
|
||||
self.filter_tags = list(filter_tags)
|
||||
self.never = False # no idea what this does
|
||||
self.disabled = DisableType.ENABLED
|
||||
|
||||
if type == 'Event':
|
||||
self.event = True
|
||||
|
||||
@property
|
||||
def dungeon(self):
|
||||
return self.parent_region.dungeon
|
||||
|
Reference in New Issue
Block a user