same with bear, but without test
authorNHOrus <jy6x2b32pie9@yahoo.com>
Wed, 5 Jul 2017 17:06:08 +0000 (20:06 +0300)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 5 Jul 2017 19:41:36 +0000 (15:41 -0400)
actions.c

index 5ead1f22d234ed0e259a3d5981c09af74829ff8d..9c22f66cba2e654d7f829ef51cfc758a336fc61f 100644 (file)
--- 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))