summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-11-07 23:10:57 +0000
committerChris Campbell <chriscampbell89@gmail.com>2012-11-07 23:10:57 +0000
commit4d198fdca39795ba784ef4a72ae78b1dc9643f14 (patch)
tree9377a488907a9ab79fded496875c5c5142c0cd6a /crawl-ref/source/exercise.cc
parentc270398da9427573da54500ead6498ceb014de0b (diff)
downloadcrawl-ref-4d198fdca39795ba784ef4a72ae78b1dc9643f14.tar.gz
crawl-ref-4d198fdca39795ba784ef4a72ae78b1dc9643f14.zip
Replace levitation with flight and remove controlled flight (elliott)
Diffstat (limited to 'crawl-ref/source/exercise.cc')
-rw-r--r--crawl-ref/source/exercise.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/exercise.cc b/crawl-ref/source/exercise.cc
index da3e096a45..e7aa1d9236 100644
--- a/crawl-ref/source/exercise.cc
+++ b/crawl-ref/source/exercise.cc
@@ -24,7 +24,7 @@ skill_type abil_skill(ability_type abil)
case ABIL_EVOKE_BLINK:
case ABIL_EVOKE_BERSERK:
case ABIL_EVOKE_TURN_INVISIBLE:
- case ABIL_EVOKE_LEVITATE:
+ case ABIL_EVOKE_FLIGHT:
return SK_EVOCATIONS;
case ABIL_NEMELEX_DRAW_ONE:
@@ -97,7 +97,7 @@ static int _abil_degree(ability_type abil)
case ABIL_EVOKE_BLINK:
case ABIL_EVOKE_BERSERK:
case ABIL_EVOKE_TURN_INVISIBLE:
- case ABIL_EVOKE_LEVITATE:
+ case ABIL_EVOKE_FLIGHT:
return 1;
case ABIL_NEMELEX_DRAW_ONE: