Skip to content

Commit

Permalink
fix: restore power can repower at wall properly
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Nov 2, 2024
1 parent 5697b08 commit cff0fb9
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 cff0fb9

Please sign in to comment.