Skip to content

Commit

Permalink
Aquaria: Adding slot data for poptracker (#4056)
Browse files Browse the repository at this point in the history
* Adds neccessary slot data for Aquaria

* Comma oops

---------

Co-authored-by: palex00 <[email protected]>
  • Loading branch information
tioui and palex00 authored Oct 14, 2024
1 parent f2ac937 commit 618564c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worlds/aquaria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,8 @@ def fill_slot_data(self) -> Dict[str, Any]:
"skip_first_vision": bool(self.options.skip_first_vision.value),
"unconfine_home_water_energy_door": self.options.unconfine_home_water.value in [1, 3],
"unconfine_home_water_transturtle": self.options.unconfine_home_water.value in [2, 3],
"bind_song_needed_to_get_under_rock_bulb": bool(self.options.bind_song_needed_to_get_under_rock_bulb),
"no_progression_hard_or_hidden_locations": bool(self.options.no_progression_hard_or_hidden_locations),
"light_needed_to_get_to_dark_places": bool(self.options.light_needed_to_get_to_dark_places),
"turtle_randomizer": self.options.turtle_randomizer.value,
}

0 comments on commit 618564c

Please sign in to comment.