summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-31 12:13:22 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-31 12:13:22 -0500
commit860800690ccb846226f96673a29d5a68eabb83c8 (patch)
treea1098bba1122939030c2e062ee68cc8783fb74fa /crawl-ref/source/artefact.cc
parent13408c6a52cbe87573cecf5f5afaf2fe047fa7c8 (diff)
downloadcrawl-ref-860800690ccb846226f96673a29d5a68eabb83c8.tar.gz
crawl-ref-860800690ccb846226f96673a29d5a68eabb83c8.zip
And do the same for Feawn.
Diffstat (limited to 'crawl-ref/source/artefact.cc')
-rw-r--r--crawl-ref/source/artefact.cc3
1 files changed, 2 insertions, 1 deletions
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);
}