mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Blasphemous: Move pre_fill to create_items #3901
This commit is contained in:
@@ -199,8 +199,6 @@ class BlasphemousWorld(World):
|
|||||||
|
|
||||||
self.multiworld.itempool += pool
|
self.multiworld.itempool += pool
|
||||||
|
|
||||||
|
|
||||||
def pre_fill(self):
|
|
||||||
self.place_items_from_dict(unrandomized_dict)
|
self.place_items_from_dict(unrandomized_dict)
|
||||||
|
|
||||||
if self.options.thorn_shuffle == "vanilla":
|
if self.options.thorn_shuffle == "vanilla":
|
||||||
@@ -335,4 +333,4 @@ class BlasphemousItem(Item):
|
|||||||
|
|
||||||
|
|
||||||
class BlasphemousLocation(Location):
|
class BlasphemousLocation(Location):
|
||||||
game: str = "Blasphemous"
|
game: str = "Blasphemous"
|
||||||
|
Reference in New Issue
Block a user