From 86b09e2f211714a23a44dc39d58dd5fb2fe50214 Mon Sep 17 00:00:00 2001 From: Eino Keskitalo Date: Fri, 30 Oct 2009 01:33:29 +0200 Subject: SPWPN_SHADOW -> SPWPN_REAPING (my bad) Signed-off-by: Eino Keskitalo --- crawl-ref/source/artefact.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/artefact.cc') diff --git a/crawl-ref/source/artefact.cc b/crawl-ref/source/artefact.cc index bdcbe2c8b1..7f6f43e6d7 100644 --- a/crawl-ref/source/artefact.cc +++ b/crawl-ref/source/artefact.cc @@ -125,7 +125,7 @@ static bool _god_fits_artefact(const god_type which_god, const item_def &item, return (false); else if (is_good_god(which_god) && (brand == SPWPN_DRAINING || brand == SPWPN_PAIN - || brand == SPWPN_VAMPIRICISM || brand == SPWPN_SHADOW + || brand == SPWPN_VAMPIRICISM || brand == SPWPN_REAPING || is_demonic(item) || artefact_wpn_property(item, ARTP_CURSED) != 0)) { @@ -194,7 +194,7 @@ static bool _god_fits_artefact(const god_type which_god, const item_def &item, // Anti-necromancy god: nothing involving necromancy or // necromantic spell use. if (brand == SPWPN_DRAINING || brand == SPWPN_PAIN - || brand == SPWPN_VAMPIRICISM || brand == SPWPN_SHADOW) + || brand == SPWPN_VAMPIRICISM || brand == SPWPN_REAPING) { return (false); } @@ -1002,7 +1002,7 @@ void static _get_randart_properties(const item_def &item, && proprt[ARTP_BRAND] != SPWPN_DRAINING && proprt[ARTP_BRAND] != SPWPN_VAMPIRICISM && proprt[ARTP_BRAND] != SPWPN_PAIN - && proprt[ARTP_BRAND] != SPWPN_SHADOW) + && proprt[ARTP_BRAND] != SPWPN_REAPING) { proprt[ARTP_NEGATIVE_ENERGY] = 1; power_level++; -- cgit v1.2.3-54-g00ecf