summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rot.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-03 18:36:51 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-04 09:25:24 -0700
commitdaf29251ac5ce3681640f0726fc5a89878aaf6d8 (patch)
tree5c8006df2b4225b1130f82d98dbd2f9ce103730c /crawl-ref/source/rot.h
parent17bf3f41985eb554493439fcc55374eee91b5791 (diff)
downloadcrawl-ref-daf29251ac5ce3681640f0726fc5a89878aaf6d8.tar.gz
crawl-ref-daf29251ac5ce3681640f0726fc5a89878aaf6d8.zip
Export blood-rot time
Diffstat (limited to 'crawl-ref/source/rot.h')
-rw-r--r--crawl-ref/source/rot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/rot.h b/crawl-ref/source/rot.h
index 0f3e598547..f5c187054f 100644
--- a/crawl-ref/source/rot.h
+++ b/crawl-ref/source/rot.h
@@ -8,6 +8,9 @@
#include "externs.h"
+#define ROTTING_BLOOD 500
+#define FRESHEST_BLOOD (2000+ROTTING_BLOOD)
+
void init_stack_blood_potions(item_def &stack, int age);
void maybe_coagulate_blood_potions_floor(int obj);
void maybe_coagulate_blood_potions_inv(item_def &blood);