Skip to content

Commit

Permalink
Clean up new function comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleet01 committed Jan 27, 2025
1 parent 450522d commit 2bd1a34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion megamek/src/megamek/server/totalwarfare/TWGameManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -8436,7 +8436,7 @@ int doSkillCheckWhileMoving(Entity entity, int entityElevation,
}

/**
* Do a piloting skill check while moving. Writes directly into mainPhaseReport immediately.
* Do a piloting skill check while moving.
*
* @param entity - the <code>Entity</code> that must roll.
* @param entityElevation The elevation of the supplied Entity above the surface
Expand All @@ -8457,6 +8457,7 @@ int doSkillCheckWhileMoving(Entity entity, int entityElevation,
* failure will
* result in a fall or not. Falls will be processed.
* @param skillReport Report Vector into which reports should be written.
*
* @return Margin of Failure if the pilot fails the skill check, 0 if they
* pass.
*/
Expand Down

0 comments on commit 2bd1a34

Please sign in to comment.