Closed IllianiCBT closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 10.29%. Comparing base (
752cc96
) to head (b6eacd7
). Report is 114 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Added a new field
hitsPrior
in thePerson
class to capture hits sustained before the last completed scenario. Modified relevant methods and XML serialization/deserialization to handle this new field, ensuring accurate injury tracking. This resolves an issue present in autoAwards where new hits would not be properly tracked whenever Advanced Medical is disabled.Closes #4785