8000 Fix: Stopped Characters Resigning While Campaign is In Transit (Again) by IllianiBird · Pull Request #6947 · MegaMek/mekhq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix: Stopped Characters Resigning While Campaign is In Transit (Again) #6947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 10, 2025

Conversation

IllianiBird
Copy link
Collaborator

Seriously, where would they go?

@IllianiBird IllianiBird self-assigned this May 9, 2025
@IllianiBird IllianiBird requested a review from a team as a code owner May 9, 2025 23:04
@IllianiBird IllianiBird added Bug GUI Severity: Medium Issues described as medium severity as per the new issue form labels May 9, 2025
Copy link
codecov bot commented May 9, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 12.04%. Comparing base (4158360) to head (28b01a7).
Report is 77 commits behind head on master.

Files with missing lines Patch % Lines
MekHQ/src/mekhq/campaign/Campaign.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6947      +/-   ##
============================================
- Coverage     12.04%   12.04%   -0.01%     
+ Complexity     6851     6849       -2     
============================================
  Files          1101     1101              
  Lines        141386   141371      -15     
  Branches      21897    21900       +3     
============================================
- Hits          17028    17023       -5     
+ Misses       122537   122525      -12     
- Partials       1821     1823       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@HammerGS HammerGS requested a review from Copilot May 10, 2025 15:24
Copy link
Contributor
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR changes the logic to prevent character resignations when the campaign location is not on a planet.

  • Changed condition in Campaign.java from checking if the location is in transit to checking if it is not on a planet.
Comments suppressed due to low confidence (1)

MekHQ/src/mekhq/campaign/Campaign.java:9176

  • Changing the condition from 'location.isInTransit()' to '!location.isOnPlanet()' alters the intended check for when characters should resign. Please confirm that this new condition accurately covers all relevant off-planet scenarios and does not inadvertently block valid resignations in situations that are not strictly 'in transit'.
if (!location.isOnPlanet()) {

@HammerGS HammerGS merged commit 3c00c30 into MegaMek:master May 10, 2025
6 checks passed
@IllianiBird IllianiBird deleted the turnoverTransit branch June 7, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GUI Severity: Medium Issues described as medium severity as per the new issue form
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0