Skip to content

Commit

Permalink
Updated SRMAXHandler to ignore specality armors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stonewall072 committed Nov 14, 2024
1 parent 92c4f1b commit 0a364f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions megamek/src/megamek/common/weapons/SRMAXHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
package megamek.common.weapons;

import megamek.common.Game;
import megamek.common.HitData;
import megamek.common.ToHitData;
import megamek.common.actions.WeaponAttackAction;
import megamek.server.totalwarfare.TWGameManager;
Expand All @@ -38,5 +39,6 @@ public SRMAXHandler(ToHitData t, WeaponAttackAction w, Game g, TWGameManager m)
sSalvoType = " acid-head missile(s) ";
nSalvoBonus = -2;
damageType = DamageType.ACID;
generalDamageType = HitData.DAMAGE_IGNORES_DMG_REDUCTION;
}
}

0 comments on commit 0a364f8

Please sign in to comment.