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:
a0a35d8
)
Correct a message.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 17 Jun 2017 15:09:40 +0000
(11:09 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 17 Jun 2017 15:09:55 +0000
(11:09 -0400)
actions.c
patch
|
blob
|
history
diff --git
a/actions.c
b/actions.c
index 9b09183bc5e115cdb27e41e6d151c54e9a26c75e..2132a9ac7e4561b94cecb3de82cc81760d120f45 100644
(file)
--- a/
actions.c
+++ b/
actions.c
@@
-814,7
+814,7
@@
static int reservoir(void)
/* Z'ZZZ (word gets recomputed at startup; different each game). */
{
if (!AT(RESER) && game.loc != game.fixed[RESER]-1) {
- RSPEAK(
RUB_NOGO
);
+ RSPEAK(
NOTHING_HAPPENS
);
return GO_CLEAROBJ;
} else {
PSPEAK(RESER,game.prop[RESER]+1);