Skip to content

Commit

Permalink
Merge pull request #4132 from kuronekochomusuke/tripodFixes
Browse files Browse the repository at this point in the history
tripod fixes
  • Loading branch information
Windchild292 authored Jan 26, 2023
2 parents f16052b + 0f00b02 commit d154c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ private static StringBuilder addArmorMiniVisToTT(Entity entity) {
break;
case 6:
case 7:
case 8:
result.append(sysCrits(entity, CriticalSlot.TYPE_SYSTEM, Mech.ACTUATOR_HIP, loc, msg_abbr_hip));
result.append(sysCrits(entity, CriticalSlot.TYPE_SYSTEM, Mech.ACTUATOR_UPPER_LEG, loc, msg_abbr_upperleg));
result.append(sysCrits(entity, CriticalSlot.TYPE_SYSTEM, Mech.ACTUATOR_LOWER_LEG, loc, msg_abbr_lowerleg));
Expand Down
2 changes: 2 additions & 0 deletions megamek/src/megamek/common/Entity.java
Original file line number Diff line number Diff line change
Expand Up @@ -6802,6 +6802,8 @@ public String getMovementModeAsString() {
case BIPED:
case BIPED_SWIM:
return "Biped";
case TRIPOD:
return "Tripod";
case QUAD:
case QUAD_SWIM:
return "Quad";
Expand Down

0 comments on commit d154c5a

Please sign in to comment.