Update kswole.lic for Onslaught preps#2339
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR bumps KSwole to v1.1.7, adds three regex patterns to detect Onslaughts-related creature spell preps, and updates two help text locations to list Onslaughts as a supported hunting area. ChangesOnslaughts Hunting Area Support
🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@scripts/kswole.lic`:
- Around line 191-194: The three entries under the "# Onslaughts" block (the
regex lines beginning with /^An? (?:.*)\bauramancer..., /^An?
(?:.*)\bcaptain..., and /^An? (?:.*)\bdiviner...) are indented with tabs;
replace those leading tab characters with two spaces to match the project's
2-space indentation style and run a quick scan to remove any other stray tabs in
the file so indentation is consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
Actionable comments posted: 0 |
Added preps for Onslaughts. I spent a few hours and only the Captain, Diviner, and Auramancer appear to cast. This code should account for the two variants of Diviner.
Summary by CodeRabbit