Skip to content

Commit

Permalink
Mekish Merge Conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbraginskiy committed Sep 14, 2024
1 parent 721d42e commit c39c5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megameklab/src/megameklab/printing/PrintMek.java
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ protected void drawArmorStructurePips() {

if ((null != element) && !frontComplete) {
ArmorPipLayout.addPips(this, element, mek.getOArmor(loc),
PipType.forAT(mech.getArmorType(loc)), alternateMethod);
PipType.forAT(mek.getArmorType(loc)), alternateMethod);

}
if ((loc > Mek.LOC_HEAD) && !structComplete) {
Expand All @@ -391,7 +391,7 @@ protected void drawArmorStructurePips() {
element = getElementById(ARMOR_PIPS + mek.getLocationAbbr(loc) + "R");
if (null != element) {
ArmorPipLayout.addPips(this, element, mek.getOArmor(loc, true),
PipType.forAT(mech.getArmorType(loc)), alternateMethod);
PipType.forAT(mek.getArmorType(loc)), alternateMethod);

}
}
Expand Down

0 comments on commit c39c5b6

Please sign in to comment.