From 860800690ccb846226f96673a29d5a68eabb83c8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 31 Oct 2009 12:13:22 -0500 Subject: And do the same for Feawn. --- crawl-ref/source/artefact.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/artefact.cc') diff --git a/crawl-ref/source/artefact.cc b/crawl-ref/source/artefact.cc index 4f73531791..4f0a9100e2 100644 --- a/crawl-ref/source/artefact.cc +++ b/crawl-ref/source/artefact.cc @@ -197,7 +197,8 @@ 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_REAPING) + || brand == SPWPN_VAMPIRICISM || brand == SPWPN_REAPING + || brand == SPWPN_CHAOS) { return (false); } -- cgit v1.2.3-54-g00ecf