summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index b5e20c5403..8023305048 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -27,7 +27,8 @@ enum spflag_type
SPFLAG_MAPPING = 0x0100, // a mapping spell of some kind
SPFLAG_ESCAPE = 0x0200, // useful for running away
SPFLAG_RECOVERY = 0x0400, // healing or recovery spell
- SPFLAG_AREA = 0x0800 // area affect
+ SPFLAG_AREA = 0x0800, // area affect
+ SPFLAG_MONSTER = 0x1000 // monster-only spell
};
enum spret_type