Skip to content

Commit

Permalink
Slot data
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq committed Dec 12, 2023
1 parent 85bb22a commit a891b1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def fill_slot_data(self) -> dict:
"CastleSkip": self.multiworld.castle_skip[self.player].value,
"SkipMinecart": self.multiworld.skip_minecart[self.player].value,
"DisableSurf": self.multiworld.disable_surf[self.player].value,
"HarhallsPants": self.multiworld.harhalls_pants[self.player].value
"HarhallsPants": self.multiworld.harhalls_pants[self.player].value,
"ChuckleBeans": self.multiworld.chuckle_beans[self.player].value
}

def generate_basic(self) -> None:
Expand Down

0 comments on commit a891b1b

Please sign in to comment.