-
Notifications
You must be signed in to change notification settings - Fork 334
Corrected Spelling of 'Land Air' Unit Type #6776
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
Corrected Spelling of 'Land Air' Unit Type #6776
Conversation
- Added `team` property to `BotForceStub` to support differentiated teams for scenarios. - Refactored blind drop handling in `AtBScenarioViewPanel` to improve unit representation under specific conditions.
| public static String getEntityTypeName(long typeId) { | ||
| if ((typeId & ETYPE_LAND_AIR_MEK) == ETYPE_LAND_AIR_MEK) { | ||
| return "Landair Mek"; | ||
| return "Land Air Mek"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Behold: the sole non-formatting change.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6776 +/- ##
============================================
- Coverage 29.68% 29.67% -0.01%
+ Complexity 15605 15588 -17
============================================
Files 2864 2864
Lines 280887 280889 +2
Branches 49295 49296 +1
============================================
- Hits 83388 83365 -23
- Misses 191950 191975 +25
Partials 5549 5549 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| public PilotingRollData checkSkid(EntityMovementType moveType, Hex prevHex, EntityMovementType overallMoveType, MoveStep prevStep, MoveStep currStep, int prevFacing, int curFacing, Coords lastPos, Coords curPos, boolean isInfantry, int distance) { | ||
| public PilotingRollData checkSkid(EntityMovementType moveType, Hex prevHex, EntityMovementType overallMoveType, | ||
| MoveStep prevStep, MoveStep currStep, int prevFacing, int curFacing, | ||
| Coords lastPos, Coords curPos, boolean isInfantry, int distance) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
The rest is automated formatting changes to bring the class into compliance.