Skip to content

Commit 28df492

Browse files
committed
lint
1 parent 7f1ee12 commit 28df492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archipelago/Items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def setup_items(world: "DK64World") -> typing.List[DK64Item]:
116116
if world.options.coin_door_item.value >= 2: # Any requirement (random or specific)
117117
helm_door_required_types.add(world.spoiler.settings.coin_door_item)
118118

119-
# Handle vanilla helm door requirements
119+
# Handle vanilla helm door requirements
120120
if world.options.crown_door_item.value == HelmDoor1Item.option_vanilla:
121121
helm_door_required_types.add(BarrierItems.Crown)
122122
if world.options.coin_door_item.value == HelmDoor2Item.option_vanilla:

0 commit comments

Comments
 (0)