summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-07 00:02:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-07 00:02:55 +0000
commite107eee04ecf2d2c1ae98c6c90563911beee60b5 (patch)
tree7c4d594a00f136f09d928ba0428d7438e6bce12c /crawl-ref/source/enum.h
parente8cc1218ebf352d0f594f957b8705245fd4f82ed (diff)
downloadcrawl-ref-e107eee04ecf2d2c1ae98c6c90563911beee60b5.tar.gz
crawl-ref-e107eee04ecf2d2c1ae98c6c90563911beee60b5.zip
Remove unused demonspawn mutation to gate yourself to Pandemonium.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9364 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index c913956c1b..baa78371f7 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -33,20 +33,19 @@ enum ability_type
ABIL_TORMENT,
ABIL_RAISE_DEAD,
ABIL_CONTROL_DEMON, // 20
- ABIL_TO_PANDEMONIUM,
ABIL_CHANNELING,
ABIL_THROW_FLAME,
ABIL_THROW_FROST,
- ABIL_BOLT_OF_DRAINING, // 25
- ABIL_BREATHE_HELLFIRE,
+ ABIL_BOLT_OF_DRAINING,
+ ABIL_BREATHE_HELLFIRE, // 25
ABIL_FLY_II,
ABIL_DELAYED_FIREBALL,
ABIL_MUMMY_RESTORATION,
- ABIL_EVOKE_MAPPING, // 30
- ABIL_EVOKE_TELEPORTATION,
- ABIL_EVOKE_BLINK, // 32
- ABIL_RECHARGING,
- // 34 - 50 unused
+ ABIL_EVOKE_MAPPING,
+ ABIL_EVOKE_TELEPORTATION, // 30
+ ABIL_EVOKE_BLINK,
+ ABIL_RECHARGING, // 32
+ // 33 - 50 unused
ABIL_EVOKE_TURN_INVISIBLE = 51, // 51
ABIL_EVOKE_TURN_VISIBLE,
ABIL_EVOKE_LEVITATE,
@@ -2299,7 +2298,6 @@ enum mutation_type
MUT_CALL_TORMENT,
MUT_RAISE_DEAD,
MUT_CONTROL_DEMONS,
- MUT_PANDEMONIUM,
MUT_DEATH_STRENGTH,
MUT_CHANNEL_HELL,
MUT_DRAIN_LIFE,