summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 01e163b8f7..722161f8e5 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1492,12 +1492,10 @@ bool acquirement(object_class_type class_wanted, int agent,
// Trog does not gift the Wrath of Trog, nor
// weapons of pain (work together with Necromantic magic)
- // or holy wrath (blessed by TSO, a god hated by Trog)
if (agent == GOD_TROG)
{
int brand = get_weapon_brand(doodad);
- if (brand == SPWPN_HOLY_WRATH
- || brand == SPWPN_PAIN
+ if (brand == SPWPN_PAIN
|| is_fixed_artefact(doodad)
&& doodad.special == SPWPN_WRATH_OF_TROG)
{