Skip to content

Commit

Permalink
Merge pull request #185 from AresSC2/fix/restore-power-at-wall
Browse files Browse the repository at this point in the history
fix: restore power can repower at wall properly
  • Loading branch information
raspersc2 authored Nov 2, 2024
2 parents 5697b08 + cff0fb9 commit 6a2bd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ares/behaviors/macro/restore_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _restoring_power(
)
]:
return BuildStructure(
base_loc, UnitID.PYLON, closest_to=available[0]
base_loc, UnitID.PYLON, closest_to=available[0], wall=True
).execute(ai, config, mediator)

return False

0 comments on commit 6a2bd28

Please sign in to comment.