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:
@@ -206,7 +206,6 @@ def create_location(player: int, location_data: LocationData, region: Region) ->
|
||||
location.access_rule = location_data.rule
|
||||
|
||||
if id is None:
|
||||
location.event = True
|
||||
location.locked = True
|
||||
return location
|
||||
|
||||
|
Reference in New Issue
Block a user