Skip to content

Commit

Permalink
Comma oops
Browse files Browse the repository at this point in the history
  • Loading branch information
palex00 authored Oct 14, 2024
1 parent 8291372 commit df36607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/aquaria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,5 @@ def fill_slot_data(self) -> Dict[str, Any]:
"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
"turtle_randomizer": self.options.turtle_randomizer.value,
}

0 comments on commit df36607

Please sign in to comment.