summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 47acf9a3c6..e20fa68c02 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -41,7 +41,7 @@ enum gender_type
enum mon_attack_type
{
AT_NONE,
- AT_HIT, // including weapon attacks
+ AT_HIT, // Including weapon attacks.
AT_BITE,
AT_STING,
AT_SPORE,
@@ -51,7 +51,7 @@ enum mon_attack_type
AT_TAIL_SLAP,
AT_BUTT,
- AT_SHOOT // attack representing missile damage for M_ARCHER
+ AT_SHOOT // Attack representing missile damage for M_ARCHER.
};
enum mon_attack_flavour