summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2013-06-16 00:04:56 -0500
committerNeil Moore <neil@s-z.org>2013-10-01 21:27:17 -0400
commita9ea159001bf26db963328d8482e96bf9d785dca (patch)
tree9454a4ba4cc346ba36aefceca214fa298253a9ad /crawl-ref/source/itemprop-enum.h
parentc80f2bed60bcbdc9a3a2ad46c0059d02e45869c6 (diff)
downloadcrawl-ref-a9ea159001bf26db963328d8482e96bf9d785dca.tar.gz
crawl-ref-a9ea159001bf26db963328d8482e96bf9d785dca.zip
Add SPARM_JUMPING ego. Wearing this grants the evoke jump attack ability.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index d60523b8e3..281461fddc 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -351,6 +351,7 @@ enum special_armour_type
SPARM_INTELLIGENCE,
SPARM_PONDEROUSNESS,
SPARM_FLYING,
+ SPARM_JUMPING,
SPARM_MAGIC_RESISTANCE,
SPARM_PROTECTION,
SPARM_STEALTH,