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:
f06e5b8
)
Minor bug fix in an error notification.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 11 Jul 2017 21:05:55 +0000
(17:05 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 11 Jul 2017 21:05:55 +0000
(17:05 -0400)
make_dungeon.py
patch
|
blob
|
history
diff --git
a/make_dungeon.py
b/make_dungeon.py
index 9b729cc2505193b54a81e576ed47bb2c2cd3c253..70fab09a75a15ea0efb886abb569af75c956676a 100755
(executable)
--- a/
make_dungeon.py
+++ b/
make_dungeon.py
@@
-626,7
+626,7
@@
def buildtravel(locs, objs):
try:
return locnames.index(action[1])
except ValueError:
- sys.stderr.write("dungeon: unknown location %s in goto clause of %s\n" % (
cond
[1], name))
+ sys.stderr.write("dungeon: unknown location %s in goto clause of %s\n" % (
action
[1], name))
elif action[0] == "special":
return 300 + action[1]
elif action[0] == "speak":