mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Core: remove legacy "dynamic_regions", as all regions are now dynamic
This commit is contained in:
3
Fill.py
3
Fill.py
@@ -431,7 +431,8 @@ def swap_location_item(location_1: Location, location_2: Location, check_locked=
|
||||
location_1.item.location = location_1
|
||||
location_2.item.location = location_2
|
||||
location_1.event, location_2.event = location_2.event, location_1.event
|
||||
|
||||
|
||||
|
||||
def distribute_planned(world: MultiWorld):
|
||||
def warn(warning: str, force):
|
||||
if force in [True, 'fail', 'failure', 'none', False, 'warn', 'warning']:
|
||||
|
Reference in New Issue
Block a user