Skip to content

Commit ad9bbf3

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-6
2 parents f64a7bb + 81b4440 commit ad9bbf3

File tree

1 file changed

+1
-1
lines changed
  • megamek/src/megamek/common/weapons/battleArmor/clan/srm

1 file changed

+1
-1
lines changed

megamek/src/megamek/common/weapons/battleArmor/clan/srm/CLBASRM3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public CLBASRM3() {
6262
extremeRange = 12;
6363
tonnage = 0.105;
6464
criticalSlots = 2;
65-
bv = 21;
65+
bv = 30;
6666
flags = flags.or(F_NO_FIRES)
6767
.or(F_BA_WEAPON)
6868
.andNot(F_MEK_WEAPON)

0 commit comments

Comments
 (0)