projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bfd3f
)
Repair a missing travel element it YAML.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 26 Jun 2017 21:31:04 +0000
(17:31 -0400)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/adventure.yaml
b/adventure.yaml
index 7cee07ea47cccb684741ada37f09a9ec9a950b27..03f532ace78fd27751f3761bce33b505c4e941a2 100644
(file)
--- 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