summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-09-17 13:18:42 +0200
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-09-29 17:27:04 +0530
commitdc3ff8fc2873bf13e369cebab4d52cd73cc00cb9 (patch)
treef8b1f24b13a64c01b23762531a33e3f9ab7ac23b /crawl-ref/source/enum.h
parentd73a0fcaf0ff98c41cf477295716ed5f481dc387 (diff)
downloadcrawl-ref-dc3ff8fc2873bf13e369cebab4d52cd73cc00cb9.tar.gz
crawl-ref-dc3ff8fc2873bf13e369cebab4d52cd73cc00cb9.zip
make porkalator castable by wizards
Signed-off-by: Darshan Shaligram <dshaligram@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 1638578076..318dd194d9 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3139,6 +3139,7 @@ enum zap_type
ZAP_ENSLAVE_SOUL,
ZAP_CHAOS,
ZAP_SLIME,
+ ZAP_PORKALATOR,
NUM_ZAPS
};