Skip to content

Commit

Permalink
pre v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq committed Jul 27, 2024
1 parent 0a867dc commit 888e1ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions worlds/gl/Arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,3 +469,7 @@
2: 0x9C,
3: 0xA4,
}

no_obelisks = [

]
3 changes: 1 addition & 2 deletions worlds/gl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import typing

import settings
from BaseClasses import ItemClassification, Tutorial, Item
from BaseClasses import ItemClassification, Tutorial
from Fill import fast_fill

from worlds.AutoWorld import WebWorld, World
Expand Down Expand Up @@ -73,7 +73,6 @@ class GauntletLegendsWorld(World):
item_name_to_id = {name: data.code for name, data in item_table.items()}
location_name_to_id = {loc_data.name: loc_data.id for loc_data in all_locations}
required_client_version = (0, 5, 0)
death: typing.List[Item] = []
crc32: str = None

disabled_locations: typing.List[LocationData]
Expand Down

0 comments on commit 888e1ae

Please sign in to comment.