mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Tag version required for sending items out of shops
This commit is contained in:
4
Main.py
4
Main.py
@@ -445,6 +445,10 @@ def main(args, seed=None):
|
||||
if not args.skip_playthrough:
|
||||
multidatatags.append("Play through")
|
||||
minimum_versions = {"server": (1, 0, 0)}
|
||||
minimum_versions["clients"] = client_versions = []
|
||||
for (slot, team, name) in rom_names:
|
||||
if world.shop_shuffle_slots[slot]:
|
||||
client_versions.append([team, slot, [3, 6, 1]])
|
||||
multidata = zlib.compress(json.dumps({"names": parsed_names,
|
||||
# backwards compat for < 2.4.1
|
||||
"roms": [(slot, team, list(name.encode()))
|
||||
|
Reference in New Issue
Block a user