summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-01-19 22:07:14 -0330
committerDracoOmega <draco_omega@live.com>2014-01-28 02:30:59 -0330
commit806f4fe5a7f0687b314be53ec2b709e08c361b88 (patch)
tree5cf948d804f8a581ffe6ed05281e47e212fa6cce /crawl-ref/source/mon-enum.h
parentbc8360aaf3b22e0584fea06ea129354bf486c195 (diff)
downloadcrawl-ref-806f4fe5a7f0687b314be53ec2b709e08c361b88.tar.gz
crawl-ref-806f4fe5a7f0687b314be53ec2b709e08c361b88.zip
Rename AF_DROWN to AF_ENGULF
It's a bit more fitting with what it does (and I'm about to reuse AF_DROWN for something else)
Diffstat (limited to 'crawl-ref/source/mon-enum.h')
-rw-r--r--crawl-ref/source/mon-enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-enum.h b/crawl-ref/source/mon-enum.h
index acb1161cbb..9e851b1edc 100644
--- a/crawl-ref/source/mon-enum.h
+++ b/crawl-ref/source/mon-enum.h
@@ -105,7 +105,7 @@ enum attack_flavour
AF_ANTIMAGIC,
AF_PAIN,
AF_ENSNARE,
- AF_DROWN,
+ AF_ENGULF,
AF_PURE_FIRE,
AF_DRAIN_SPEED,
AF_VULN,