Skip to content

Commit

Permalink
Wargroove - replaced generate_basic function with create_items function
Browse files Browse the repository at this point in the history
  • Loading branch information
FlySniper committed Jul 16, 2023
1 parent 16fbae0 commit 6bb78ea
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/wargroove/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def generate_early(self):
starting_faction = WargrooveItem(self.multiworld.random.choice(factions) + ' Commanders', self.player)
self.multiworld.push_precollected(starting_faction)

def generate_basic(self):
def create_items(self):
# Fill out our pool with our items from the item table
pool = []
precollected_item_names = {item.name for item in self.multiworld.precollected_items[self.player]}
Expand Down
Binary file modified worlds/wargroove/data/mods/ArchipelagoMod/maps.dat
Binary file not shown.
Binary file modified worlds/wargroove/data/mods/ArchipelagoMod/mod.dat
Binary file not shown.
Binary file modified worlds/wargroove/data/mods/ArchipelagoMod/modAssets.dat
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6bb78ea

Please sign in to comment.