fix(api): npc.md — zero-arg move examples need parens for TagExtractor

This commit is contained in:
2026-07-10 12:59:14 -05:00
parent 832cdc65ca
commit c347da6cec

View File

@@ -41,9 +41,9 @@ Two hard rules:
[MOVE: reveal(varrell_twins)] [MOVE: reveal(varrell_twins)]
[MOVE: offer_quest(find_the_ledger)] [MOVE: offer_quest(find_the_ledger)]
[MOVE: adjust_disposition(+5)] [MOVE: adjust_disposition(+5)]
[MOVE: refuse] [MOVE: refuse()]
[MOVE: end_conversation] [MOVE: end_conversation()]
[MOVE: become_hostile] [MOVE: become_hostile()]
``` ```
Emit zero or more move tags, placed inline where they happen. If a move is not Emit zero or more move tags, placed inline where they happen. If a move is not