Skip to content

Commit

Permalink
forgot to put warps in slot_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Jul 3, 2024
1 parent c61e88d commit 3b39de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/outer_wilds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def fill_slot_data(self):
slot_data["planet_order"] = self.planet_order
slot_data["orbit_angles"] = self.orbit_angles
slot_data["rotation_axes"] = self.rotation_axes
slot_data["warps"] = self.warps
# Archipelago does not yet have apworld versions (data_version is deprecated),
# so we have to roll our own with slot_data for the time being
slot_data["apworld_version"] = "0.2.4"
Expand Down

0 comments on commit 3b39de3

Please sign in to comment.