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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index ee45a5efac..6822d10043 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2078,7 +2078,8 @@ enum monster_flag_type
// between it and the monster type name.
MF_NAME_REPLACE = 0x30000, // mname entirely replaces normal monster
// name.
- MF_NAME_MASK = 0x30000
+ MF_NAME_MASK = 0x30000,
+ MF_GOD_GIFT = 0x40000 // Is a god gift.
};
// Adding slots breaks saves. YHBW.