From d6bebce0e961f2b04e671f4ea2f2c7a549821a62 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Thu, 31 Dec 2009 14:36:15 +0530 Subject: Push ZAP_PRIMAL_WAVE to end so it doesn't get used by wands of random effects (due). --- crawl-ref/source/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') 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 }; -- cgit v1.2.3-54-g00ecf