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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index 16ee0dda3d..ba7ed1c183 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -127,7 +127,8 @@ enum unrand_flag_type
UNRAND_FLAG_HOLY = 0x02,
UNRAND_FLAG_UNHOLY = 0x04,
UNRAND_FLAG_EVIL = 0x08,
- UNRAND_FLAG_CHAOTIC = 0x10
+ UNRAND_FLAG_UNCLEAN = 0x10,
+ UNRAND_FLAG_CHAOTIC = 0x20
};
enum setup_missile_type