summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-09 17:42:56 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-09 17:42:56 +0000
commit4a591f576e92c1aaba8a2bebff490ca1d2d46bd2 (patch)
tree5a1a55c1bb54a04d04e80f5277e875288f66b670 /crawl-ref/source/defines.h
parent26e7da694c06b16e51c76c9a804c72bcf3cc8360 (diff)
downloadcrawl-ref-4a591f576e92c1aaba8a2bebff490ca1d2d46bd2.tar.gz
crawl-ref-4a591f576e92c1aaba8a2bebff490ca1d2d46bd2.zip
[1829067] Fixed mephitic cloud not setting enchantment owner correctly on affected monsters.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2833 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index f846c167cc..b396283eb0 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -134,7 +134,7 @@ const int LABYRINTH_BORDER = 12;
#define MAX_RANDOM_SHOPS 5
// Can be passed to monster_die to indicate that a friendly did the killing.
-#define ANON_FRIENDLY_MONSTER -1
+#define ANON_FRIENDLY_MONSTER -1999
// This value is used to make test_hit checks always succeed
#define AUTOMATIC_HIT 1500