Skip to content

Commit

Permalink
Merge pull request #6014 from MegaMek/quadvee_pilot_mod
Browse files Browse the repository at this point in the history
Remove incorrect dedicated pilot mod for QuadVee PSR.
  • Loading branch information
IllianiCBT authored Sep 17, 2024
2 parents ff17dc2 + 2c67252 commit b54a0f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions megamek/src/megamek/common/QuadVee.java
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,7 @@ public boolean isValidSecondaryFacing(int dir) {
*/
@Override
public PilotingRollData addEntityBonuses(PilotingRollData roll) {
if (getCrew().hasDedicatedPilot()) {
roll.addModifier(-1, "dedicated pilot");
} else {
if (!getCrew().hasDedicatedPilot()) {
roll.addModifier(2, "pilot incapacitated");
}

Expand Down

0 comments on commit b54a0f4

Please sign in to comment.