-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aquaria: Adding slot data for poptracker #4056
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I am the tracker maker. I tested this. It gives me the things.
"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, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥴 why is the }
on the same indentation level lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aesthetic reasons
What is this fixing or adding?
Adding options to slot data to make the Poptracker work.
How was this tested?