summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/effects.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 9026e9e7ab..7bb4f2b803 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1527,7 +1527,7 @@ bool acquirement(object_class_type class_wanted, int agent,
}
// Only TSO gifts blessed blades, and currently not through
- // acquirement, but make sure of this anyway
+ // acquirement, but make sure of this anyway.
if (agent != GOD_SHINING_ONE && is_blessed_blade(doodad))
{
destroy_item(thing_created, true);
@@ -1536,7 +1536,7 @@ bool acquirement(object_class_type class_wanted, int agent,
}
// Trog does not gift the Wrath of Trog, nor weapons of pain
- // (which work together with Necromantic magic)
+ // (which work together with Necromantic magic).
if (agent == GOD_TROG)
{
int brand = get_weapon_brand(doodad);