Skip to content

Commit

Permalink
Merge branch 'sc2-next' of github.com:Ziktofel/Archipelago into sc2-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Oct 8, 2023
2 parents 89365c3 + ceea751 commit 7496db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/sc2/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ def calculate_items(ctx: SC2Context) -> typing.Dict[SC2Race, typing.List[int]]:
# Upgrades from completed missions
if ctx.generic_upgrade_missions > 0:
for race in SC2Race:
if "Upgrade" not in type_flaggroups[race]:
continue
upgrade_flaggroup = type_flaggroups[race]["Upgrade"]
num_missions = ctx.generic_upgrade_missions * len(ctx.mission_req_table)
amounts = [
Expand Down

0 comments on commit 7496db4

Please sign in to comment.