Skip to content

Commit

Permalink
Merge pull request #6178 from pavelbraginskiy/fix-1632
Browse files Browse the repository at this point in the history
Load BLKs with mekbays, not just mechbays
  • Loading branch information
rjhancock authored Nov 5, 2024
2 parents 8650372 + a7bb1b4 commit 68df3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions megamek/src/megamek/common/loaders/BLKFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ protected void addTransports(Entity e) throws EntityLoadingException {
new SmallCraftBay(pbi.getSize(), pbi.getDoors(), pbi.getBayNumber(), hasARTS),
isPod);
break;
case "mekbay":
case "mechbay":
pbi = new ParsedBayInfo(numbers, usedBayNumbers);
e.addTransporter(new MekBay(pbi.getSize(), pbi.getDoors(), pbi.getBayNumber()), isPod);
Expand Down

0 comments on commit 68df3fd

Please sign in to comment.