From 9805bf92e4d66148fc7b240bed49f32213dc7c4a Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 15 Feb 2024 23:34:29 +0100 Subject: [PATCH] Core: fix comment that did more harm than good (#2826) --- worlds/AutoWorld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/AutoWorld.py b/worlds/AutoWorld.py index fdc50acc55..e8d48df58c 100644 --- a/worlds/AutoWorld.py +++ b/worlds/AutoWorld.py @@ -438,7 +438,7 @@ class World(metaclass=AutoWorldRegister): def get_pre_fill_items(self) -> List["Item"]: return [] - # following methods should not need to be overridden. + # these two methods can be extended for pseudo-items on state def collect(self, state: "CollectionState", item: "Item") -> bool: name = self.collect_item(state, item) if name: