Unify food-related conducts when eating a monster

This commit is contained in:
Pasi Kallinen
2015-04-22 09:16:49 +03:00
parent 6d4aa312e6
commit 75e7d837e6
3 changed files with 16 additions and 19 deletions

View File

@@ -607,6 +607,7 @@ E void NDECL(vomit);
E int FDECL(eaten_stat, (int,struct obj *));
E void FDECL(food_disappears, (struct obj *));
E void FDECL(food_substitution, (struct obj *,struct obj *));
E void FDECL(eating_conducts, (struct permonst *));
E int FDECL(eat_brains, (struct monst *,struct monst *,BOOLEAN_P,int *));
E void NDECL(fix_petrification);
E void FDECL(consume_oeaten, (struct obj *,int));