Skip to content

Commit

Permalink
Update UnitScrollerModel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
WCSumpton committed Sep 17, 2024
1 parent 021a003 commit 09d5877
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ static List<Unit> getMoveableUnits(
.and(
(Matches.unitHasMovementLeft())
// add transported units that have not landed
.or(Matches.unitIsBeingTransported()
.and(Matches.unitWasUnloadedThisTurn().negate()))
.or(
Matches.unitIsBeingTransported()
.and(Matches.unitWasUnloadedThisTurn().negate()))
// including units that cannot move, that have not moved
// that can be transported or that can receive movement bonus
.or(
Expand Down

0 comments on commit 09d5877

Please sign in to comment.