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 264caa5 commit a8c0fc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion worlds/kh1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,10 @@ def fill_slot_data(self) -> dict:
,"required_reports_door": int(required_reports_door)
,"door": self.options.final_rest_door.current_key
,"seed": self.multiworld.seed_name
,"advanced_logic": bool(self.options.advanced_logic)}
,"advanced_logic": bool(self.options.advanced_logic)
,"hundred_acre_wood": bool(self.options.hundred_acre_wood)
,"atlantica": bool(self.options.atlantica)
,"goal": str(self.options.goal.current_key)}
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 a8c0fc1

Please sign in to comment.