Skip to content

Commit

Permalink
enable twist in targeting phase display
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAragua committed Aug 11, 2024
1 parent e900c20 commit bcc7652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ private void selectEntity(int en) {
clientgui.getBoardView().centerOnHex(ce().getPosition());
}

setTwistEnabled(phase.isOffboard() && ce().canChangeSecondaryFacing() && ce().getCrew().isActive());
setTwistEnabled(ce().canChangeSecondaryFacing() && ce().getCrew().isActive());
setFlipArmsEnabled(ce().canFlipArms() && ce().getCrew().isActive());
updateSearchlight();

Expand Down

0 comments on commit bcc7652

Please sign in to comment.