File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MekHQ/src/mekhq/campaign/unit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4142,7 +4142,7 @@ public void initializeParts(boolean addParts) {
41424142 } else {
41434143 infantryArmor = new InfantryArmorPart (0 ,
41444144 getCampaign (),
4145- ((Infantry ) entity ).getArmorDamageDivisor (),
4145+ ((Infantry ) entity ).getCustomArmorDamageDivisor (),
41464146 ((Infantry ) entity ).isArmorEncumbering (),
41474147 ((Infantry ) entity ).hasDEST (),
41484148 ((Infantry ) entity ).hasSneakCamo (),
@@ -4155,7 +4155,7 @@ public void initializeParts(boolean addParts) {
41554155 while (number > 0 ) {
41564156 infantryArmor = new InfantryArmorPart (0 ,
41574157 getCampaign (),
4158- ((Infantry ) entity ).getArmorDamageDivisor (),
4158+ ((Infantry ) entity ).getCustomArmorDamageDivisor (),
41594159 ((Infantry ) entity ).isArmorEncumbering (),
41604160 ((Infantry ) entity ).hasDEST (),
41614161 ((Infantry ) entity ).hasSneakCamo (),
You can’t perform that action at this time.
0 commit comments