summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 14:31:08 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 14:31:08 +0000
commit96e044e7bc2479389c361c748ed6690b2c7a94b4 (patch)
tree543478252d932b56358e1905bb00147a481fec7e /crawl-ref/source/effects.cc
parent5d680990c15806bab201b3ef9186844e7759b479 (diff)
downloadcrawl-ref-96e044e7bc2479389c361c748ed6690b2c7a94b4.tar.gz
crawl-ref-96e044e7bc2479389c361c748ed6690b2c7a94b4.zip
Add more comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6292 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-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);