-
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
Issue 6247:NPE with TacOps Energy Weapons when Changing Firing Mode #6251
Issue 6247:NPE with TacOps Energy Weapons when Changing Firing Mode #6251
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6251 +/- ##
=========================================
Coverage 28.99% 28.99%
- Complexity 13982 13985 +3
=========================================
Files 2652 2652
Lines 268308 268310 +2
Branches 47771 47767 -4
=========================================
+ Hits 77799 77805 +6
+ Misses 186627 186622 -5
- Partials 3882 3883 +1 ☔ View full report in Codecov by Sentry. |
I forgot about the option to change the power level. It's up in As for adding the modes, I think it might be best for all the removals to be handled by
I didn't actually try any of this code to test it. |
Thank you so much neoancient! That was really helpful guidance. |
Fixes #6247