Skip to content

Commit

Permalink
Merge pull request #2100 from MegaMek/heavy_vibro_claw
Browse files Browse the repository at this point in the history
FIx heavy vibro claw name string
  • Loading branch information
neoancient authored Aug 1, 2020
2 parents 6aa43c2 + 2d3d9ab commit e1362b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megamek/src/megamek/common/BattleArmor.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ public class BattleArmor extends Infantry {
"BA Manipulator Adaptation [Mine Clearance Equipment]", "BA Manipulators [Battle Claw]",
"BA Manipulator Adaptation [Magnetic Battle Claw]", "BA Manipulator Adaptation [Vibro-Claw]",
"BA Manipulators [Heavy Battle Claw]", "BA Manipulator Adaptation [Heavy Magnetic Battle Claw]",
"BA Manipulator Adaptation [Heavy Vibro-Claw", "BA Manipulators [Salvage Arm]", "BA Manipulators [Cargo Lifter]",
"BA Manipulators [Industrial Drill]" };
"BA Manipulator Adaptation [Heavy Vibro-Claw]", "BA Manipulators [Salvage Arm]", "BA Manipulators [Cargo Lifter]",
"BA Manipulators [Industrial Drill]" };

public static final int CHASSIS_TYPE_BIPED = 0;
public static final int CHASSIS_TYPE_QUAD = 1;
Expand Down

0 comments on commit e1362b9

Please sign in to comment.