Fill: fix placing non_local + non advancement items

This commit is contained in:
Fabian Dill
2021-08-30 22:20:44 +02:00
parent 4520051ec9
commit fd6e009c4b
3 changed files with 16 additions and 3 deletions

View File

@@ -133,7 +133,8 @@ class World(metaclass=AutoWorldRegister):
pass
def fill_hook(cls, progitempool: List[Item], nonexcludeditempool: List[Item],
localrestitempool: Dict[int, List[Item]], restitempool: List[Item], fill_locations: List[Location]):
localrestitempool: Dict[int, List[Item]], nonlocalrestitempool: Dict[int, List[Item]],
restitempool: List[Item], fill_locations: List[Location]):
"""Special method that gets called as part of distribute_items_restrictive (main fill).
This gets called once per present world type."""
pass