X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;h=2132a9ac7e4561b94cecb3de82cc81760d120f45;hp=9b09183bc5e115cdb27e41e6d151c54e9a26c75e;hb=13f2e855355fa2424619183236b9d3fbcb8d7f5e;hpb=a0a35d8c7b8ed65230748647ff3c40e8119a643f 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);