summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-05 13:57:26 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-05 13:57:26 +0000
commite175b036711c620e951a32a549f7a6c7d1a05009 (patch)
tree7307a5cae319e741fd94884be82a7eb0876ddef2 /crawl-ref/source/defines.h
parent5278d194ce1470f55ea9bdd2827d3e1d3de500b7 (diff)
downloadcrawl-ref-e175b036711c620e951a32a549f7a6c7d1a05009.tar.gz
crawl-ref-e175b036711c620e951a32a549f7a6c7d1a05009.zip
Hydras raised from the dead now get the same number of heads as they had when alive.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4876 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index d899dda451..4202294609 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -305,6 +305,8 @@ const int LABYRINTH_BORDER = 4;
#define MIN(x, y) MINIMUM(x, y)
#define MAX(x,y) (((x) > (y)) ? (x) : (y))
+const char * const MONSTER_NUMBER = "monster-number";
+
// Synthetic keys:
#define KEY_MACRO_MORE_PROTECT -10
#define KEY_MACRO_DISABLE_MORE -1