mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-21 00:04:35 -07:00
The Witness: Add required client version (#1212)
Co-authored-by: metzner <[email protected]>
This commit is contained in:
@@ -52,6 +52,8 @@ class WitnessWorld(World):
|
||||
location_name_to_id = StaticWitnessLocations.ALL_LOCATIONS_TO_ID
|
||||
item_name_groups = StaticWitnessItems.ITEM_NAME_GROUPS
|
||||
|
||||
required_client_version = (0, 3, 6)
|
||||
|
||||
def _get_slot_data(self):
|
||||
return {
|
||||
'seed': self.multiworld.random.randint(0, 1000000),
|
||||
|
||||
Reference in New Issue
Block a user