diff --git a/worlds/ladx/__init__.py b/worlds/ladx/__init__.py index 6f6b511dae2..a6020c2071b 100644 --- a/worlds/ladx/__init__.py +++ b/worlds/ladx/__init__.py @@ -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')