fix(api): npc.md — zero-arg move examples need parens for TagExtractor
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user