SC2: UI update, Relegate No Build Option, and Filler Item Update (#606)

This commit is contained in:
TheCondor07
2022-06-03 14:18:36 -04:00
committed by GitHub
parent f5dc39ddf0
commit 0dd67f40ba
6 changed files with 162 additions and 58 deletions

View File

@@ -33,6 +33,7 @@ class SC2WoLWorld(World):
game = "Starcraft 2 Wings of Liberty"
web = Starcraft2WoLWebWorld()
data_version = 2
item_name_to_id = {name: data.code for name, data in item_table.items()}
location_name_to_id = {location.name: location.code for location in get_locations(None, None)}