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.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 1503094343..93a9b50410 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1496,11 +1496,11 @@ bool acquirement(object_class_type class_wanted, int agent,
continue;
}
- // Only TSO gifts blessed weapons, and currently
- // not through acquirement, but make sure of this anyway
+ // Only TSO gifts blessed blades, and currently not through
+ // acquirement, but make sure of this anyway
if (agent != GOD_SHINING_ONE)
{
- if (is_blessed(doodad))
+ if (is_blessed_blade(doodad))
{
destroy_item(thing_created, true);
thing_created = NON_ITEM;
@@ -1508,8 +1508,8 @@ 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)
+ // Trog does not gift the Wrath of Trog, nor weapons of pain
+ // (which work together with Necromantic magic)
if (agent == GOD_TROG)
{
int brand = get_weapon_brand(doodad);