same with bear, but without test
This commit is contained in:
parent
603f548a21
commit
b2d71155e9
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue