summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-25 03:13:28 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-28 20:02:44 +0200
commit3982d0a6b46683c30167eb2e45e662231bfdbdf4 (patch)
treee84d69e2a8497ba7a230311d528def3601e0277a /crawl-ref/source/food.h
parent6add2e31c183b92a6ac7f3cf00ce7ca761a9ca82 (diff)
downloadcrawl-ref-3982d0a6b46683c30167eb2e45e662231bfdbdf4.tar.gz
crawl-ref-3982d0a6b46683c30167eb2e45e662231bfdbdf4.zip
Djinn: go breatharian, man!
They can still eat and drink, which is pointless for food with no side effects.
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index 223ae231f0..ba7b5c796a 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -60,7 +60,7 @@ void finished_eating_message(int food_type);
int you_max_hunger();
int you_min_hunger();
-bool you_foodless();
+bool you_foodless(bool can_eat = false);
void handle_starvation();
string hunger_cost_string(const int hunger);