summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 21:30:42 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 22:04:09 -0600
commitd209dced6edfec770b03610e54a2836fb2bc0f30 (patch)
tree131c8f4bddb17dad5ab719bfdb7d8f825d52f4d7 /crawl-ref/source/artefact.h
parent219ce41e6713bcdf4432f977a1fce0c770cee348 (diff)
downloadcrawl-ref-d209dced6edfec770b03610e54a2836fb2bc0f30.tar.gz
crawl-ref-d209dced6edfec770b03610e54a2836fb2bc0f30.zip
Properly split up unholy and evil items, reworking is_(unholy|evil)().
This is mainly for Fedhas, who hates the latter but not the former.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index 8f1d7d65f2..9b19c03a06 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -122,8 +122,9 @@ enum unrand_flag_type
UNRAND_FLAG_NONE = 0x00,
UNRAND_FLAG_SPECIAL = 0x01,
UNRAND_FLAG_HOLY = 0x02,
- UNRAND_FLAG_EVIL = 0x04,
- UNRAND_FLAG_CHAOTIC = 0x08
+ UNRAND_FLAG_UNHOLY = 0x04,
+ UNRAND_FLAG_EVIL = 0x08,
+ UNRAND_FLAG_CHAOTIC = 0x10
};
enum setup_missile_type