From 13f2e855355fa2424619183236b9d3fbcb8d7f5e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Jun 2017 11:09:40 -0400 Subject: [PATCH] Correct a message. --- actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.31.1