Blasphemous: Move pre_fill to create_items #3901
This commit is contained in:
parent
ec50b0716a
commit
96542fb2d8
|
@ -199,8 +199,6 @@ class BlasphemousWorld(World):
|
|||
|
||||
self.multiworld.itempool += pool
|
||||
|
||||
|
||||
def pre_fill(self):
|
||||
self.place_items_from_dict(unrandomized_dict)
|
||||
|
||||
if self.options.thorn_shuffle == "vanilla":
|
||||
|
@ -335,4 +333,4 @@ class BlasphemousItem(Item):
|
|||
|
||||
|
||||
class BlasphemousLocation(Location):
|
||||
game: str = "Blasphemous"
|
||||
game: str = "Blasphemous"
|
||||
|
|
Loading…
Reference in New Issue