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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index aab7442d05..4f0684d1d4 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2153,8 +2153,10 @@ enum monster_flag_type
MF_SPELLCASTER = 0x200000,
MF_ACTUAL_SPELLS = 0x400000, // Can use spells and is a spellcaster for
// Trog purposes.
- MF_PRIEST = 0x800000 // Is a priest (divine spells)
+ MF_PRIEST = 0x800000, // Is a priest (divine spells)
// for the conduct.
+
+ MF_GOING_BERSERK = 0x1000000 // Is about to go berserk!
};
// Adding slots breaks saves. YHBW.