Skip to content

Commit

Permalink
Merge pull request #6160 from SJuliez/protomek-climb-mode
Browse files Browse the repository at this point in the history
Allow climb mode for protomeks
  • Loading branch information
SJuliez authored Nov 2, 2024
2 parents ab4bb56 + c321325 commit 43a683f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions 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 @@ -124,7 +124,7 @@ public enum MoveCommand implements PhaseCommand {
MOVE_SEARCHLIGHT("moveSearchlight", CMD_GROUND),
MOVE_LAY_MINE("moveLayMine", CMD_TANK | CMD_INF),
MOVE_HULL_DOWN("moveHullDown", CMD_MEK | CMD_TANK),
MOVE_CLIMB_MODE("moveClimbMode", CMD_MEK | CMD_TANK | CMD_INF),
MOVE_CLIMB_MODE("moveClimbMode", CMD_MEK | CMD_TANK | CMD_INF | CMD_PROTOMEK),
MOVE_SWIM("moveSwim", CMD_MEK),
MOVE_SHAKE_OFF("moveShakeOff", CMD_TANK | CMD_VTOL),
MOVE_BRACE("moveBrace", CMD_MEK),
Expand Down
13 changes: 13 additions & 0 deletions megamek/testresources/data/scenarios/test_setups/ProtoClimb.mms
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
MMSVersion: 2
name: Protomeks and Buildings
planet: None
description: Test climb mode on protomeks with buildings
map: Deserts/16x17 AeroBase 1.board

factions:
- name: Test Player

units:
- fullname: Cecerops 3
at: [ 10, 10 ]

0 comments on commit 43a683f

Please sign in to comment.