From 4aec7022c1bf74468442d6d71e34c832e271de03 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Wed, 11 Nov 2009 15:48:21 -0800 Subject: art-data.h: dispater, cerebov evil, not unholy The Sword of Cerebov and the Staff of Dispater are now marked as evil, rather than as unholy. --- crawl-ref/source/art-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/art-data.h') diff --git a/crawl-ref/source/art-data.h b/crawl-ref/source/art-data.h index abf00dfaee..e7fdec34a3 100644 --- a/crawl-ref/source/art-data.h +++ b/crawl-ref/source/art-data.h @@ -255,7 +255,7 @@ { "Sword of Cerebov", "great serpentine sword", OBJ_WEAPONS, WPN_GREAT_SWORD, +6, +6, ETC_FIRE, 2000, - UNRAND_FLAG_SPECIAL | UNRAND_FLAG_UNHOLY, + UNRAND_FLAG_SPECIAL | UNRAND_FLAG_EVIL, { SPWPN_FLAMING, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -274,7 +274,7 @@ { "Staff of Dispater", "golden staff", OBJ_WEAPONS, WPN_QUARTERSTAFF, +4, +4, ETC_GOLD, 1200, - UNRAND_FLAG_SPECIAL | UNRAND_FLAG_UNHOLY, + UNRAND_FLAG_SPECIAL | UNRAND_FLAG_EVIL, { SPWPN_NORMAL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -- cgit v1.2.3-54-g00ecf