summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-20 18:24:05 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-20 23:46:25 +0100
commit190271d45a271154564e92481a66a0b36f501696 (patch)
tree2a76ff678dc06eb08f45d7440f13ca18bdd720a1 /crawl-ref/source/food.h
parentbaf01e1ad0978edfd5c90d88d7b7f2df8a93f465 (diff)
downloadcrawl-ref-190271d45a271154564e92481a66a0b36f501696.tar.gz
crawl-ref-190271d45a271154564e92481a66a0b36f501696.zip
Hide some literal hunger values.
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index cf640d6225..28a145a591 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -9,6 +9,7 @@
#define BERSERK_NUTRITION 700
#define HUNGER_STARVING 1000
+#define HUNGER_DEFAULT 6000
int count_corpses_in_pack(bool blood_only = false);
bool butchery(int which_corpse = -1, bool bottle_blood = false);