X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions.c;h=aea451eb7ac9d882304b15600ce59926b5332f88;hb=c8cac18f42ab4e5e060d632fcde29c8c74354b53;hp=2b432f371470eb0645532951774149d7ce2d3925;hpb=0b99885ed27e9951b4397265a9e59c1c4b689546;p=open-adventure.git diff --git a/actions.c b/actions.c index 2b432f3..aea451e 100644 --- a/actions.c +++ b/actions.c @@ -217,9 +217,11 @@ static int bigwords(long id) else { if (game.loc == LOC_GIANTROOM) { - rspeak( START_OVER); + rspeak(START_OVER); } else { - rspeak(NOTHING_HAPPENS); + /* This is new begavior in Open Adventure - sounds better when + * player isn't in the Giant Room. */ + rspeak(WELL_POINTLESS); } game.foobar = WORD_EMPTY; return GO_CLEAROBJ;