Skip to content

Only check for enlightenment when drawing outside parens - #1290

Merged
Robotgiggle merged 3 commits into
mainfrom
fix-greatspell-parens
Sep 7, 2026
Merged

Only check for enlightenment when drawing outside parens#1290
Robotgiggle merged 3 commits into
mainfrom
fix-greatspell-parens

Conversation

@Robotgiggle

Copy link
Copy Markdown
Member

Fixes #1283

* CastResult will be returned.
*/
private @NotNull CastResult lookupAndOperate(CastingVM vm, SpellContinuation continuation, boolean inParens) {
Supplier<@Nullable Component> castedName = () -> null;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this just be an early return if in parens?

@Robotgiggle
Robotgiggle added this pull request to the merge queue Sep 7, 2026
Merged via the queue into main with commit edba45d Sep 7, 2026
9 checks passed
@Robotgiggle
Robotgiggle deleted the fix-greatspell-parens branch September 7, 2026 00:31
@github-project-automation github-project-automation Bot moved this from 📋 Backlog to ✅ Done in Hex Casting Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Drawing great spells within introspection while unenlightened fails

3 participants