summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-22 17:36:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-22 17:36:57 +0000
commit03725e818345745c8c383f339cc10c51a82ffdf0 (patch)
tree173b5973602b821ac515d4ed6b7b2ccfe1ec896b /crawl-ref/source/player.h
parente23410c57e1a84fc01deacb8b09cd1389148f514 (diff)
downloadcrawl-ref-03725e818345745c8c383f339cc10c51a82ffdf0.tar.gz
crawl-ref-03725e818345745c8c383f339cc10c51a82ffdf0.zip
Clean up gourmand-related routines: only check for gourmand duration
instead of checking for wearing the amulet *and* gourmand duration, account for gourmand (both the amulet and the mutation) in the output screen, and treat gourmand (both the amulet and the mutation) consistently with regard to potions of blood. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9153 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 2ec0821269..bdc557bc09 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -174,7 +174,7 @@ bool player_item_conserve(bool calc_unid = true);
int player_mental_clarity(bool calc_unid = true, bool items = true);
bool player_can_smell();
-bool player_likes_chunks();
+bool player_likes_chunks(bool permanently = false);
bool player_can_swim();
bool player_likes_water(bool permanently = false);