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!<<'
|
long: '>>Foof!<<'
|
||||||
short: !!null
|
short: !!null
|
||||||
conditions: {DEEP: true}
|
conditions: {DEEP: true}
|
||||||
|
travel: [
|
||||||
|
{verbs: [], action: ["goto", LOC_Y2]},
|
||||||
|
]
|
||||||
|
|
||||||
arbitrary_messages: !!omap
|
arbitrary_messages: !!omap
|
||||||
- NO_MESSAGE: !!null
|
- NO_MESSAGE: !!null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue