summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/traps.cc')
-rw-r--r--crawl-ref/source/traps.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc
index cf559ee079..c4a7cdd1f4 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -981,7 +981,7 @@ void free_self_from_net()
if (you.duration[DUR_BERSERKER])
damage *= 2;
- // Medium sized characters are at disadvantage and sometimes
+ // Medium sized characters are at a disadvantage and sometimes
// get a bonus.
if (you.body_size(PSIZE_BODY) == SIZE_MEDIUM)
damage += coinflip();
@@ -1030,7 +1030,7 @@ void free_self_from_net()
if (you.duration[DUR_HASTE]) // extra bonus, also Berserk
escape++;
- // Medium sized characters are at disadvantage and sometimes
+ // Medium sized characters are at a disadvantage and sometimes
// get a bonus.
if (you.body_size(PSIZE_BODY) == SIZE_MEDIUM)
escape += coinflip();