Skip to content

Commit

Permalink
Merge pull request #5942 from SJuliez/proto-move-button
Browse files Browse the repository at this point in the history
#5915: Show the Jump button for Protomeks
  • Loading branch information
IllianiCBT authored Aug 27, 2024
2 parents a30fd5a + 7a5464d commit b69dde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/client/ui/swing/MovementDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public enum MoveCommand implements PhaseCommand {
MOVE_NEXT("moveNext", CMD_NONE),
MOVE_TURN("moveTurn", CMD_GROUND | CMD_AERO),
MOVE_WALK("moveWalk", CMD_GROUND),
MOVE_JUMP("moveJump", CMD_MECH | CMD_TANK | CMD_INF),
MOVE_JUMP("moveJump", CMD_MECH | CMD_TANK | CMD_INF | CMD_PROTOMECH),
MOVE_BACK_UP("moveBackUp", CMD_MECH | CMD_TANK | CMD_VTOL),
MOVE_GET_UP("moveGetUp", CMD_MECH),
MOVE_FORWARD_INI("moveForwardIni", CMD_ALL),
Expand Down

0 comments on commit b69dde4

Please sign in to comment.