The Witness: Small changes in response to beta tests (#801)
* Option order and better tooltip * Logic fix: Hedge Laser requires access to all Hedges * Add item groups: Lasers, Symbols, Doors * Update worlds/witness/items.py Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com> * Comment for clarity * Logic fix * Another logic fix Co-authored-by: metzner <unconfigured@null.spigotmc.org> Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
@@ -47,6 +47,7 @@ class WitnessWorld(World):
|
||||
name: data.code for name, data in static_items.ALL_ITEM_TABLE.items()
|
||||
}
|
||||
location_name_to_id = StaticWitnessLocations.ALL_LOCATIONS_TO_ID
|
||||
item_name_groups = StaticWitnessItems.ITEM_NAME_GROUPS
|
||||
|
||||
def _get_slot_data(self):
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user