Skip to content

Commit

Permalink
Fix Ferro-Lam
Browse files Browse the repository at this point in the history
Had 14 crit slots should be 12
  • Loading branch information
HammerGS committed Mar 9, 2024
1 parent 36333d5 commit 7fc755f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/common/equipment/ArmorType.java
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ private static ArmorType createFerroLamellorArmor() {
armor.name = "Ferro-Lamellor";
armor.setInternalName("Clan Ferro-Lamellor");
armor.cost = 35000.0;
armor.criticals = 14;
armor.criticals = 12;
armor.tankslots = 1;
armor.svslots = 1;
armor.figherSlots = 2;
Expand Down

0 comments on commit 7fc755f

Please sign in to comment.