We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7193b9a commit 3e9cd2aCopy full SHA for 3e9cd2a
MekHQ/src/mekhq/campaign/ResolveScenarioTracker.java
@@ -417,12 +417,6 @@ public void processGame() {
417
}
418
419
} else if (wreck.getOwner().isEnemyOf(client.getLocalPlayer())) {
420
- // MekHQ doesn't support gun emplacements, so we don't want the player salvaging them
421
- if (wreck instanceof GunEmplacement) {
422
- appendKillCredit(wreck);
423
- continue;
424
- }
425
-
426
if (wreck.isDropShip() && scenario.getBoardType() != T_SPACE) {
427
double dropShipBonusPercentage = (double) campaign.getCampaignOptions()
428
.getDropShipBonusPercentage() / 100;
0 commit comments