From d209dced6edfec770b03610e54a2836fb2bc0f30 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 10 Nov 2009 21:30:42 -0600 Subject: Properly split up unholy and evil items, reworking is_(unholy|evil)(). This is mainly for Fedhas, who hates the latter but not the former. --- crawl-ref/source/artefact.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/artefact.h') 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 -- cgit v1.2.3-54-g00ecf