From 96e044e7bc2479389c361c748ed6690b2c7a94b4 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 1 Jul 2008 14:31:08 +0000 Subject: Add more comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6292 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/effects.cc') 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); -- cgit v1.2.3-54-g00ecf