Skip to content

Commit

Permalink
I lied, it's actually two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCat45 authored Sep 22, 2024
1 parent 7ec32f7 commit 78df557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ahit/DeathWishLocations.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def create_dw_regions(world: "HatInTimeWorld"):
if not world.options.DWEnableBonus and world.options.DWAutoCompleteBonuses:
for name in death_wishes:
world.excluded_bonuses.append(name)
elif world.options.DWExcludeAnnoyingBonuses:
if world.options.DWExcludeAnnoyingBonuses and not world.options.DWAutoCompleteBonuses:
for name in annoying_bonuses:
world.excluded_bonuses.append(name)

Expand Down

0 comments on commit 78df557

Please sign in to comment.