From 06c5d3d75459c2f78297095550311e8aac37af80 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Feb 2009 19:13:30 +0000 Subject: Clean up nutrition-related functions a bit, and handle non-vampires' nutrition from blood potions more consistently. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8983 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/food.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/food.h') diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h index f2da9ef993..26f0ea3bd6 100644 --- a/crawl-ref/source/food.h +++ b/crawl-ref/source/food.h @@ -102,6 +102,7 @@ void eat_inventory_item(int which_inventory_slot); bool prompt_eat_inventory_item(int slot = -1); void chunk_nutrition_message(int nutrition); +int apply_herbivore_nutrition_effects(int nutrition); void vampire_nutrition_per_turn(const item_def &corpse, int feeding = 0); -- cgit v1.2.3-54-g00ecf