summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
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