From b2d71155e9d9694c20669262dacca20ad9277026 Mon Sep 17 00:00:00 2001 From: NHOrus Date: Wed, 5 Jul 2017 20:06:08 +0300 Subject: [PATCH 1/1] same with bear, but without test --- actions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.31.1