Core: fix comment that did more harm than good (#2826)
This commit is contained in:
parent
057e372325
commit
9805bf92e4
|
@ -438,7 +438,7 @@ class World(metaclass=AutoWorldRegister):
|
||||||
def get_pre_fill_items(self) -> List["Item"]:
|
def get_pre_fill_items(self) -> List["Item"]:
|
||||||
return []
|
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:
|
def collect(self, state: "CollectionState", item: "Item") -> bool:
|
||||||
name = self.collect_item(state, item)
|
name = self.collect_item(state, item)
|
||||||
if name:
|
if name:
|
||||||
|
|
Loading…
Reference in New Issue