diff --git a/BaseClasses.py b/BaseClasses.py index a0ab636fcf..e4fb2b8bf7 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -336,7 +336,7 @@ class MultiWorld(): for _ in range(item_count): new_item = group["world"].create_item(item_name) - # Make sure this item is picked up even if it is not progression + # Make sure this item is picked up even if it is not progression # (Monkeypatching a property is kind of hard, this is one of the only ways) class AdvancementTrue(new_item.__class__): advancement = True