Skip to content

Commit

Permalink
Fixing Ammo Mismatch with Prototype LB10X
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Dec 2, 2024
1 parent 47ccc7e commit 65a4651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion megamek/src/megamek/common/AmmoType.java
Original file line number Diff line number Diff line change
Expand Up @@ -4399,7 +4399,8 @@ private static AmmoType createISLB10XAmmo() {
.setTechRating(RATING_E)
.setAvailability(RATING_E, RATING_F, RATING_D, RATING_C)
.setISAdvancement(2590, 2595, 3040, 2840, 3035)
.setISApproximate(false, false, false, false, false).setPrototypeFactions(F_TH)
.setISApproximate(false, false, false, false, true)
.setPrototypeFactions(F_TH)
.setProductionFactions(F_TH).setReintroductionFactions(F_FS);
return ammo;
}
Expand Down

0 comments on commit 65a4651

Please sign in to comment.