Skip to content

Commit

Permalink
Small change to slot data
Browse files Browse the repository at this point in the history
Why didn't this change get pushed github...
  • Loading branch information
GodlFire committed Jul 25, 2024
1 parent 0eebe14 commit 3b77b83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/shivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def fill_slot_data(self) -> dict:

return {
"StoragePlacements": self.storage_placements,
"ExcludedLocations": {str(excluded_location).replace('ExcludeLocations(', '').replace(')', '') for excluded_location in self.multiworld.exclude_locations.values()},
"ExcludedLocations": self.options.exclude_locations.value,
"IxupiCapturesNeeded": self.options.ixupi_captures_needed.value,
"ElevatorsStaySolved": self.options.elevators_stay_solved.value,
Expand Down

0 comments on commit 3b77b83

Please sign in to comment.