Skip to content

Commit

Permalink
Remove hammerhead from maneuvers that allow free facing change.
Browse files Browse the repository at this point in the history
Hammerhead is only 180.
  • Loading branch information
neoancient committed Jul 26, 2023
1 parent 30bc6f0 commit 438f513
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions megamek/src/megamek/common/MoveStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -4016,8 +4016,7 @@ public boolean isManeuver() {
*/
public boolean isFacingChangeManeuver() {
return maneuver && (
maneuverType == ManeuverType.MAN_HAMMERHEAD
|| maneuverType == ManeuverType.MAN_IMMELMAN
maneuverType == ManeuverType.MAN_IMMELMAN
|| maneuverType == ManeuverType.MAN_SPLIT_S
);
}
Expand Down

0 comments on commit 438f513

Please sign in to comment.