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: offer_quest(find_the_ledger)]
|
||||
[MOVE: adjust_disposition(+5)]
|
||||
[MOVE: refuse]
|
||||
[MOVE: end_conversation]
|
||||
[MOVE: become_hostile]
|
||||
[MOVE: refuse()]
|
||||
[MOVE: end_conversation()]
|
||||
[MOVE: become_hostile()]
|
||||
```
|
||||
|
||||
Emit zero or more move tags, placed inline where they happen. If a move is not
|
||||
|
||||
Reference in New Issue
Block a user