summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-flags.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-23 11:48:23 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-23 11:48:23 -0600
commit3363fc0b84020844e41a03295959a9ecbe83de71 (patch)
treee8844f8ac1fd9dc196caf47d7766a7d7f6cbb365 /crawl-ref/source/mon-flags.h
parent73c5a3dda6fe9cc57cab73a1f92432f1cf7c6335 (diff)
downloadcrawl-ref-3363fc0b84020844e41a03295959a9ecbe83de71.tar.gz
crawl-ref-3363fc0b84020844e41a03295959a9ecbe83de71.zip
Comment fix.
Diffstat (limited to 'crawl-ref/source/mon-flags.h')
-rw-r--r--crawl-ref/source/mon-flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-flags.h b/crawl-ref/source/mon-flags.h
index 4499b21488..cf7830dbcd 100644
--- a/crawl-ref/source/mon-flags.h
+++ b/crawl-ref/source/mon-flags.h
@@ -182,7 +182,7 @@ const uint64_t MF_FLEEING_FROM_SANCTUARY = BIT(18); // Is running away from play
const uint64_t MF_EXPLODE_KILL = BIT(19); // Is being killed with disintegration
// These are based on the flags in monster class, but can be set for
- // monsters that are not normally fighters.
+ // monsters that are not normally fighters (in vaults).
const uint64_t MF_FIGHTER = BIT(20); // Monster is skilled fighter.
const uint64_t MF_TWO_WEAPONS = BIT(21); // Monster wields two weapons.
const uint64_t MF_ARCHER = BIT(22); // Monster gets various archery boosts.