same with bear, but without test

This commit is contained in:
NHOrus 2017-07-05 20:06:08 +03:00 committed by Eric S. Raymond
parent 603f548a21
commit b2d71155e9

View file

@ -628,7 +628,6 @@ static int feed(token_t verb, token_t obj)
case BIRD: case BIRD:
rspeak(BIRD_PINING); rspeak(BIRD_PINING);
break; break;
case DRAGON: case DRAGON:
if (game.prop[DRAGON] != DRAGON_BARS) if (game.prop[DRAGON] != DRAGON_BARS)
rspeak(RIDICULOUS_ATTEMPT); rspeak(RIDICULOUS_ATTEMPT);
@ -665,7 +664,9 @@ static int feed(token_t verb, token_t obj)
state_change(BEAR, SITTING_BEAR); state_change(BEAR, SITTING_BEAR);
} else } else
rspeak(NOTHING_EDIBLE); rspeak(NOTHING_EDIBLE);
break;
} }
rspeak(actions[verb].message);
break; break;
case OGRE: case OGRE:
if (HERE(FOOD)) if (HERE(FOOD))