summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 961eedf183..b995c6416e 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2149,7 +2149,7 @@ enum monster_flag_type
// Yredelemnul's power
MF_NAME_SUFFIX = 0x10000, // mname is a suffix.
- MF_NAME_NO_THE = 0x20000, // mname is a prefix with no "the"
+ MF_NAME_ADJECTIVE = 0x20000, // mname is an adjective.
// between it and the monster type name.
MF_NAME_REPLACE = 0x30000, // mname entirely replaces normal monster
// name.