summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-02 22:00:47 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-02 22:06:02 -0500
commita6f2d01db02e468ece617edd3f70d0365d43bfe3 (patch)
tree16cd7b396d4c67ece1f1566f04a7df9869ac08b5 /crawl-ref/source/enum.h
parent9397dc1a7fae542bc4978529ca3a0b2b009075b6 (diff)
downloadcrawl-ref-a6f2d01db02e468ece617edd3f70d0365d43bfe3.tar.gz
crawl-ref-a6f2d01db02e468ece617edd3f70d0365d43bfe3.zip
Remove Feawn's prayer ability, make plant walking a passive bonus.
Experimentally set the movement delay for walking on plants to 1.5 * normal movement delay. Maybe it should be higher?
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index ab634b6a2d..069a081841 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -103,15 +103,14 @@ enum ability_type
ABIL_JIYVA_JELLY_SHIELD, // 240
ABIL_JIYVA_SLIMIFY,
ABIL_JIYVA_CURE_BAD_MUTATION,
- ABIL_FEAWN_PLANTWALK,
ABIL_FEAWN_FUNGAL_BLOOM,
- ABIL_FEAWN_SUNLIGHT, // 245
- ABIL_FEAWN_RAIN,
+ ABIL_FEAWN_SUNLIGHT,
+ ABIL_FEAWN_RAIN, // 245
ABIL_FEAWN_PLANT_RING,
ABIL_FEAWN_SPAWN_SPORES,
ABIL_FEAWN_EVOLUTION,
- ABIL_CHEIBRIADOS_PONDEROUSIFY, // 250
- ABIL_CHEIBRIADOS_TIME_STEP,
+ ABIL_CHEIBRIADOS_PONDEROUSIFY,
+ ABIL_CHEIBRIADOS_TIME_STEP, // 250
ABIL_CHEIBRIADOS_TIME_BEND,
ABIL_CHEIBRIADOS_SLOUCH,