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