summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index b5e67283d2..34089fd724 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -121,6 +121,7 @@ enum mons_class_flags
M_TWOWEAPON = (1<<25), // wields two weapons at once
M_SPECIAL_ABILITY = (1<<26), // XXX: eventually make these spells?
+ M_NO_REGEN = (1<<27), // cannot regenerate
M_NO_SKELETON = (1<<29), // boneless corpses
M_NO_EXP_GAIN = (1<<31) // worth 0 xp