Skip to content

Commit

Permalink
lost an indent
Browse files Browse the repository at this point in the history
  • Loading branch information
threeandthreee committed Nov 14, 2024
1 parent 207136c commit f991d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ladx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def remove(self, state, item: Item) -> bool:

def get_filler_item_name(self) -> str:
if self.options.stabilize_item_pool:
return "Nothing"
return "Nothing"
else:
# Same fill choices and weights used in LADXR.itempool.__randomizeRupees
filler_choices = ('Bomb', 'Single Arrow', '10 Arrows', 'Magic Powder', 'Medicine')
Expand Down

0 comments on commit f991d77

Please sign in to comment.