From: Eric S. Raymond Date: Mon, 26 Jun 2017 21:31:04 +0000 (-0400) Subject: Repair a missing travel element it YAML. X-Git-Tag: 1.1~95 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=0fad8a25ba605a037d644e11d8b96dff76114c96;p=open-adventure.git Repair a missing travel element it YAML. Got left off due to an edge condition in travel.py. --- 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