Fix manual overcharge not working#7031
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughFixes a case-sensitivity mismatch for the OverCharge/Overcharge blueprint field used by weapon firing logic and adds a changelog entry documenting the manual overcharge firing fix. Changes
Sequence Diagram(s)(omitted) Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
---@field NukeWeapon? boolean
---@field Overcharge? WeaponBlueprintOvercharge
--- overcharge weapon flag
---@field OverchargeWeapon? boolean
--- flag that specifies if the weapon prefers to target what the primary weapon is currently
--- targeting
---@field PrefersPrimaryWeaponTarget? booleanIn |
|
|
|
I searched for |
Description of the proposed changes
Fix typo that made manual overcharge get stuck.
Testing done on the proposed changes
Manual overcharge works.
Checklist
Summary by CodeRabbit
Bug Fixes
Documentation
Refactor