Repair a missing travel element it YAML.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 26 Jun 2017 21:31:04 +0000 (17:31 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 26 Jun 2017 21:31:04 +0000 (17:31 -0400)
Got left off due to an edge condition in travel.py.

adventure.yaml

index 7cee07ea47cccb684741ada37f09a9ec9a950b27..03f532ace78fd27751f3761bce33b505c4e941a2 100644 (file)
@@ -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