summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 624221f688..b1401d3e9c 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -95,8 +95,9 @@ enum brand_type // equivalent to (you.inv[].special or mitm[].special) % 30
SPWPN_REACHING,
SPWPN_RETURNING, // 18
SPWPN_CHAOS,
+ SPWPN_EVASION,
- MAX_PAN_LORD_BRANDS = SPWPN_CHAOS,
+ MAX_PAN_LORD_BRANDS = SPWPN_EVASION,
SPWPN_CONFUSE, // 20
SPWPN_PENETRATION,