Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@IllianiBird
Copy link
Collaborator

@IllianiBird IllianiBird commented Oct 31, 2024

Removed redundant check for victory points in deployment eligibility. Previously we removed the automatic exchange of CVP to SP when reinforcing a non-Fight Stance'd force. However, this check was missed so would display non-Fight forces even if the player has no SP. Now, those forces will only be visible if the player has SP adding visible value to the Fight stance.

Removed redundant check for victory points in deployment eligibility. Previously we removed the automatic exchange of CVP to SP when reinforcing a non-Fight Stance'd force. However, this check was missed so will displace non-Fight forces even if the player has no SP. Now, those forces will only be visible if the player has SP adding visible value to the Fight stance.
@IllianiBird IllianiBird added Bug StratCon Bugs relating strictly to StratCon labels Oct 31, 2024
@IllianiBird IllianiBird self-assigned this Oct 31, 2024
return ReinforcementEligibilityType.FightLance;
}

// otherwise, the force requires support points / vps to deploy
Copy link
Collaborator

Choose a reason for hiding this comment

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

Change in code make the commentary above it wrong, should be changed to match the code

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh good catch, thank you :)

@codecov-commenter
Copy link

codecov-commenter commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.52%. Comparing base (97fa784) to head (eec36ba).
Report is 42 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5157      +/-   ##
============================================
- Coverage     10.53%   10.52%   -0.02%     
+ Complexity     6044     6039       -5     
============================================
  Files           956      956              
  Lines        134270   134345      +75     
  Branches      19501    19513      +12     
============================================
- Hits          14149    14141       -8     
- Misses       118769   118852      +83     
  Partials       1352     1352              

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

@HammerGS HammerGS merged commit 0d7d076 into MegaMek:master Nov 4, 2024
4 checks passed
@IllianiBird IllianiBird deleted the stratCon_supportPointsReinforce branch March 23, 2025 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug StratCon Bugs relating strictly to StratCon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants