Skip to content

Commit

Permalink
Update worlds/kh1/Rules.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
gaithern and Exempt-Medic authored Aug 18, 2024
1 parent fbab617 commit 4d5fc18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions worlds/kh1/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ def has_final_rest_door(state: CollectionState, player: int, final_rest_door_req
if final_rest_door_requirement == "puppies":
if puppies_choice == "individual":
return has_puppies_individual(state, player, 99)
elif puppies_choice == "triplets":
if puppies_choice == "triplets":
return has_puppies_triplets(state, player, 99)
else:
return has_puppies_all(state, player, 99)
return has_puppies_all(state, player, 99)
if final_rest_door_requirement == "postcards":
return state.has("Postcard", player, 10)
if final_rest_door_requirement == "superbosses":
Expand Down

0 comments on commit 4d5fc18

Please sign in to comment.