Skip to content

Commit

Permalink
Fix junk generation nums
Browse files Browse the repository at this point in the history
  • Loading branch information
quellen-sol committed Sep 6, 2024
1 parent 08c681f commit 820c1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion world/apbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def generate_early(self) -> None:
starting_chest = APBotLocation(self.player, "Hub Free Chest", HUB_CHEST_ID, hub)
hub.locations.append(starting_chest)

total_junk_items = 0
total_junk_items = 1
for region_num in range(num_regions):
region_display_num = region_num + 1
# Create Region
Expand Down

0 comments on commit 820c1f0

Please sign in to comment.