Skip to content

Commit

Permalink
undo stationary scout amount change
Browse files Browse the repository at this point in the history
  • Loading branch information
bencbartlett committed Jun 14, 2019
1 parent b64f845 commit a71b353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/overlords/scouting/stationary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export class StationaryScoutOverlord extends Overlord {
}

init() {
const amount = (this.pos.isVisible) ? 0 : 1;
this.wishlist(amount, Setups.scout);
this.wishlist(1, Setups.scout);
}

run() {
Expand Down

0 comments on commit a71b353

Please sign in to comment.