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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index aabc2142c7..30b0cd0bc0 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -80,7 +80,8 @@ enum mon_attack_flavour
AF_VAMPIRIC,
AF_KLOWN,
AF_DISTORT,
- AF_RAGE
+ AF_RAGE,
+ AF_NAPALM
};
// properties of the monster class (other than resists/vulnerabilities)