Skip to content

docs: clarify SmartAI MOVE_FORWARD targeting - #1272

Merged
Kitzunu merged 2 commits into
masterfrom
copilot/fix-db-quest-summon-termites
Sep 11, 2026
Merged

Kitzunu merged 2 commits into
masterfrom
copilot/fix-db-quest-summon-termites

Conversation

Copilot AI commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

The wiki text for SMART_ACTION_MOVE_FORWARD no longer matched current SmartAI behavior after the merged quest fix for A Plague Upon Thee. This updates the documentation so the action semantics and target usage are explicit.

  • What changed

    • Updated /docs/smart_scripts.md
    • Updated /docs/es/smart_scripts.md
  • Behavior clarification

    • SMART_ACTION_MOVE_FORWARD is documented as moving the targeted creature(s) forward, not implicitly only the source.
    • Added the required usage note that SMART_TARGET_SELF should be used when the source itself is meant to move.
  • Why this matters

    • Aligns the wiki with the SmartAI behavior used by the merged termite summon quest fix.
    • Reduces ambiguity when using MOVE_FORWARD in SmartAI templates and summoned-unit flows.
| SMART_ACTION_MOVE_FORWARD | 46 | distance | ... | move the targeted creature(s) forward for the specified distance (point movement); use SMART_TARGET_SELF to move the source itself |

@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: fa558b77-60a9-45ce-8e05-0c420d514100

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix wiki for summon termites in A Plague Upon Thee docs: clarify SmartAI MOVE_FORWARD targeting Sep 11, 2026
Copilot AI requested a review from Kitzunu September 11, 2026 15:45
@Kitzunu
Kitzunu marked this pull request as ready for review September 11, 2026 15:46
@Kitzunu
Kitzunu merged commit b1287ab into master Sep 11, 2026
1 check was pending
@Kitzunu
Kitzunu deleted the copilot/fix-db-quest-summon-termites branch September 11, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wiki Update Needed: fix(DB/Quest): Summon Termites for A Plague Upon Thee

2 participants