-
Notifications
You must be signed in to change notification settings - Fork 291
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
0.49.4: VTOLs can get stuck in swamp #3237
Comments
Maybe an exclusion in getBogDownModifier in Entity.java for VTOL movement mode(s) might be better? Or maybe the isHoverOrWIGE check should also include an isVTOL check? |
OK, looking at TacOps p.51 and 62, my reading is that VTOLs that end their turn on the ground in a swamp hex are automatically bogged down (same with WIGEs). That would suggest to me that a better adjustment would be something more like this: If (Movement is VTOL or WiGE or Aero) AND (is last step) AND (elevation is 0) then Am I reading that right, do you think? |
Yeah, that's about right. I was just regression testing the other "workflows" in a pull request I'm working on to address this. |
Environment
Fedora Linux 35, openjdk 11.0.13, MegaMek (from MekHQ bundle) 0.49.4
Description
VTOL gets stuck in swamp. Seems like it should...not be able to get stuck. (At least not flying over it)
Files
The text was updated successfully, but these errors were encountered: