Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hesto2 authored Apr 18, 2024
1 parent 1f40544 commit 48aa985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/metroidprime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def set_rules(self) -> None:
def fill_slot_data(self) -> Dict[str, Any]:

slot_data: Dict[str, Any] = {
"goal": self.options.start_inventory_from_pool.value,
"goal": self.options.goal.value,
"spring_ball": self.options.spring_ball.value,
"death_link": self.options.death_link.value,
"required_artifacts": self.options.required_artifacts.value,
Expand Down

0 comments on commit 48aa985

Please sign in to comment.