Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed May 9, 2024
1 parent 137d79f commit b99226a
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 @@ -168,7 +168,8 @@ def fill_slot_data(self) -> dict:
slot_data = {"xpmult": int(self.options.exp_multiplier)/16
,"required_reports_eotw": int(required_reports_eotw)
,"required_reports_door": int(required_reports_door)
,"door": self.options.final_rest_door.current_key}
,"door": self.options.final_rest_door.current_key
,"seed": self.multiworld.seed_name}
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 b99226a

Please sign in to comment.