X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;h=9c22f66cba2e654d7f829ef51cfc758a336fc61f;hp=5ead1f22d234ed0e259a3d5981c09af74829ff8d;hb=b2d71155e9d9694c20669262dacca20ad9277026;hpb=603f548a215a0118dc3270d094671199eb28beab;ds=sidebyside diff --git a/actions.c b/actions.c index 5ead1f2..9c22f66 100644 --- a/actions.c +++ b/actions.c @@ -628,7 +628,6 @@ static int feed(token_t verb, token_t obj) case BIRD: rspeak(BIRD_PINING); break; - case DRAGON: if (game.prop[DRAGON] != DRAGON_BARS) rspeak(RIDICULOUS_ATTEMPT); @@ -665,7 +664,9 @@ static int feed(token_t verb, token_t obj) state_change(BEAR, SITTING_BEAR); } else rspeak(NOTHING_EDIBLE); + break; } + rspeak(actions[verb].message); break; case OGRE: if (HERE(FOOD))