projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603f548
)
same with bear, but without test
author
NHOrus
<jy6x2b32pie9@yahoo.com>
Wed, 5 Jul 2017 17:06:08 +0000
(20:06 +0300)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 5 Jul 2017 19:41:36 +0000
(15:41 -0400)
actions.c
patch
|
blob
|
history
diff --git
a/actions.c
b/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))