Skip to content

Commit

Permalink
[KH2] Adds more options to slot data #4031
Browse files Browse the repository at this point in the history
  • Loading branch information
palex00 authored Oct 5, 2024
1 parent e5a0ef7 commit 97f2c25
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion worlds/kh2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,18 @@ def fill_slot_data(self) -> dict:
if ability in self.goofy_ability_dict and self.goofy_ability_dict[ability] >= 1:
self.goofy_ability_dict[ability] -= 1

slot_data = self.options.as_dict("Goal", "FinalXemnas", "LuckyEmblemsRequired", "BountyRequired")
slot_data = self.options.as_dict(
"Goal",
"FinalXemnas",
"LuckyEmblemsRequired",
"BountyRequired",
"FightLogic",
"FinalFormLogic",
"AutoFormLogic",
"LevelDepth",
"DonaldGoofyStatsanity",
"CorSkipToggle"
)
slot_data.update({
"hitlist": [], # remove this after next update
"PoptrackerVersionCheck": 4.3,
Expand Down

0 comments on commit 97f2c25

Please sign in to comment.