summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 845701cf45..7864c322d3 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -2222,11 +2222,11 @@ void cast_fragmentation(int pow) // jmf: ripped idea from airstrike
if (trap != -1
&& trap_category( env.trap[trap].type ) != DNGN_TRAP_MECHANICAL)
{
- // non-mechanical traps don't explode with this spell -- bwr
+ // Non-mechanical traps don't explode with this spell. -- bwr
break;
}
- // undiscovered traps appear as exploding from the floor -- bwr
+ // Undiscovered traps appear as exploding from the floor. -- bwr
what = ((grid == DNGN_UNDISCOVERED_TRAP) ? "floor" : "trap");
explode = true;