mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Crazy I figured this out. Location groups fully works
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from BaseClasses import Region, Item, ItemClassification
|
||||
from .Locations import grinch_locations_to_id, grinch_locations, GrinchLocation
|
||||
from .Locations import grinch_locations_to_id, grinch_locations, GrinchLocation, get_location_names_per_category
|
||||
from .Items import grinch_items_to_id, GrinchItem, ALL_ITEMS_TABLE, MISC_ITEMS_TABLE, get_item_names_per_category
|
||||
from .Regions import connect_regions
|
||||
from .Rules import set_location_rules
|
||||
@@ -23,6 +23,7 @@ class GrinchWorld(World):
|
||||
location_name_to_id: ClassVar[dict[str,int]] = grinch_locations_to_id()
|
||||
required_client_version = (0, 6, 3)
|
||||
item_name_groups = get_item_names_per_category()
|
||||
location_name_groups = get_location_names_per_category()
|
||||
|
||||
def __init__(self, *args, **kwargs): #Pulls __init__ function and takes control from there in BaseClasses.py
|
||||
self.origin_region_name: str = "Mount Crumpit"
|
||||
|
Reference in New Issue
Block a user