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 48aa985 commit f938153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/metroidprime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def set_rules(self) -> None:
def fill_slot_data(self) -> Dict[str, Any]:

slot_data: Dict[str, Any] = {
"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 f938153

Please sign in to comment.