From: Eric S. Raymond Date: Sat, 17 Jun 2017 15:09:40 +0000 (-0400) Subject: Correct a message. X-Git-Tag: 1.1~277 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=13f2e855355fa2424619183236b9d3fbcb8d7f5e Correct a message. --- diff --git a/actions.c b/actions.c index 9b09183..2132a9a 100644 --- 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);