From 0fad8a25ba605a037d644e11d8b96dff76114c96 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Jun 2017 17:31:04 -0400 Subject: [PATCH] Repair a missing travel element it YAML. Got left off due to an edge condition in travel.py. --- adventure.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adventure.yaml b/adventure.yaml index 7cee07e..03f532a 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -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 -- 2.31.1