summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2010-02-07 15:50:23 -0500
committerCharles Otto <ottochar@gmail.com>2010-02-07 15:53:53 -0500
commit508e7aa14019755a94657779c38ff953f41f8218 (patch)
treede60afe7e781f3f8cd43cbc8179732feee4aec0b /crawl-ref/source/artefact.h
parent382d8eb1a8e8fbb6ec3ddf2485f9a9a6a4067b55 (diff)
downloadcrawl-ref-508e7aa14019755a94657779c38ff953f41f8218.tar.gz
crawl-ref-508e7aa14019755a94657779c38ff953f41f8218.zip
Make Fedhas only care about necromancy that affects corpses/chunks
Alter Fedhas' necromancy conduct, now Fedhas only cares about a necromancy effects that involve corpses or chunks.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index aec4951dd7..151f013a64 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -124,13 +124,14 @@ enum unrand_type
enum unrand_flag_type
{
- UNRAND_FLAG_NONE = 0x00,
- UNRAND_FLAG_SPECIAL = 0x01,
- UNRAND_FLAG_HOLY = 0x02,
- UNRAND_FLAG_UNHOLY = 0x04,
- UNRAND_FLAG_EVIL = 0x08,
- UNRAND_FLAG_UNCLEAN = 0x10,
- UNRAND_FLAG_CHAOTIC = 0x20
+ UNRAND_FLAG_NONE = 0x00,
+ UNRAND_FLAG_SPECIAL = 0x01,
+ UNRAND_FLAG_HOLY = 0x02,
+ UNRAND_FLAG_UNHOLY = 0x04,
+ UNRAND_FLAG_EVIL = 0x08,
+ UNRAND_FLAG_UNCLEAN = 0x10,
+ UNRAND_FLAG_CHAOTIC = 0x20,
+ UNRAND_FLAG_CORPSE_VIOLATING = 0x40
};
enum setup_missile_type