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 70b41f74d6..9e9a2373e0 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2376,7 +2376,8 @@ enum monster_flag_type
MF_KNOWN_MIMIC = 0x100, // Mimic that has taken a swing at the PC,
// or that the player has inspected with ?
- MF_BANISHED = 0x200 // Monster that has been banished.
+ MF_BANISHED = 0x200, // Monster that has been banished.
+ MF_HARD_RESET = 0x400 // Summoned, should not drop gear on reset
};
enum mon_dam_level_type