Skip to content
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

Updated Prisoner Resolution Messages #4497

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

IllianiCBT
Copy link
Collaborator

@IllianiCBT IllianiCBT commented Jul 27, 2024

This PR refactors the prisoner resolution messages to correct a couple of formatting typos that resulted in an NPE when resolving prisoners.

I also went ahead and removed some vestigial messages relating to loyalty change resulting from prisoner resolutions, as these are not in use.

Closes #4496

Removed messages that prompted loyalty changes when prisoners were freed, executed, or jettisoned, and eliminated execution rolls calculation.
@IllianiCBT IllianiCBT self-assigned this Jul 27, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.31%. Comparing base (e4213fe) to head (eaf0a17).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #4497   +/-   ##
=========================================
  Coverage     10.31%   10.31%           
  Complexity     5813     5813           
=========================================
  Files           934      934           
  Lines        128441   128440    -1     
  Branches      18910    18909    -1     
=========================================
  Hits          13253    13253           
+ Misses       113912   113911    -1     
  Partials       1276     1276           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPE When trying to free prisoner
3 participants