Repair a missing travel element it YAML.
Got left off due to an edge condition in travel.py.
This commit is contained in:
parent
70bfd3f5a3
commit
0fad8a25ba
1 changed files with 3 additions and 0 deletions
|
@ -2444,6 +2444,9 @@ locations: !!omap
|
|||
long: '>>Foof!<<'
|
||||
short: !!null
|
||||
conditions: {DEEP: true}
|
||||
travel: [
|
||||
{verbs: [], action: ["goto", LOC_Y2]},
|
||||
]
|
||||
|
||||
arbitrary_messages: !!omap
|
||||
- NO_MESSAGE: !!null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue