From: NHOrus Date: Wed, 5 Jul 2017 17:06:08 +0000 (+0300) Subject: same with bear, but without test X-Git-Tag: takebird~2 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=b2d71155e9d9694c20669262dacca20ad9277026;hp=603f548a215a0118dc3270d094671199eb28beab same with bear, but without test --- 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))