Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Jul 2, 2024
1 parent de67224 commit 264caa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/kh1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ def fill_slot_data(self) -> dict:
,"required_reports_eotw": int(required_reports_eotw)
,"required_reports_door": int(required_reports_door)
,"door": self.options.final_rest_door.current_key
,"seed": self.multiworld.seed_name}
,"seed": self.multiworld.seed_name
,"advanced_logic": bool(self.options.advanced_logic)}
if self.options.randomize_keyblade_stats:
min_str_bonus = min(self.options.keyblade_min_str, self.options.keyblade_max_str)
max_str_bonus = max(self.options.keyblade_min_str, self.options.keyblade_max_str)
Expand Down

0 comments on commit 264caa5

Please sign in to comment.