summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-31 14:36:15 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-31 14:42:21 +0530
commitd6bebce0e961f2b04e671f4ea2f2c7a549821a62 (patch)
treecb53ebd361675c727d54695627789352ac649cd8 /crawl-ref/source/enum.h
parent451a04299e5fb2e3a0883a8d22eea9841dd91b86 (diff)
downloadcrawl-ref-d6bebce0e961f2b04e671f4ea2f2c7a549821a62.tar.gz
crawl-ref-d6bebce0e961f2b04e671f4ea2f2c7a549821a62.zip
Push ZAP_PRIMAL_WAVE to end so it doesn't get used by wands of random effects (due).
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 27560aa979..9882f7616c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3122,7 +3122,6 @@ enum zap_type
ZAP_PARALYSIS,
ZAP_FIRE,
ZAP_COLD,
- ZAP_PRIMAL_WAVE,
ZAP_CONFUSION,
ZAP_INVISIBILITY,
ZAP_DIGGING,
@@ -3180,6 +3179,7 @@ enum zap_type
ZAP_SLIME,
ZAP_PORKALATOR,
ZAP_SLEEP,
+ ZAP_PRIMAL_WAVE,
NUM_ZAPS
};