summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-02 02:48:15 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-02 02:48:15 -0800
commit6a3d89b3c79e776920959341be9c02e39ee68d5f (patch)
tree18af2063ae2b3deb5b47dbd50b878dc0b91afdae /crawl-ref/source/enum.h
parentecca91a48b581c7181b8342fc499dff08ad1bd59 (diff)
downloadcrawl-ref-6a3d89b3c79e776920959341be9c02e39ee68d5f.tar.gz
crawl-ref-6a3d89b3c79e776920959341be9c02e39ee68d5f.zip
Remove mapping abilities from the game
Mapping still exists on cards, scrolls, Xom, and as the passive mutation. The ball of seeing exists, but will have to be dealt with.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 0b9eb03319..f1de0ac8b7 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -12,8 +12,8 @@ enum ability_type
{
ABIL_NON_ABILITY = -1,
ABIL_SPIT_POISON = 1, // 1
- ABIL_MAPPING,
- ABIL_TELEPORTATION,
+ // was Mapping
+ ABIL_TELEPORTATION = 3,
ABIL_BREATHE_FIRE,
ABIL_BLINK, // 5
ABIL_BREATHE_FROST,
@@ -38,8 +38,8 @@ enum ability_type
ABIL_FLY_II, // 25
ABIL_DELAYED_FIREBALL,
ABIL_MUMMY_RESTORATION,
- ABIL_EVOKE_MAPPING,
- ABIL_EVOKE_TELEPORTATION,
+ // Was evoke mapping
+ ABIL_EVOKE_TELEPORTATION = 29,
ABIL_EVOKE_BLINK, // 30
ABIL_RECHARGING, // 31
// 32 - 50 unused
@@ -2354,7 +2354,7 @@ enum mutation_type
MUT_DEFORMED,
MUT_TELEPORT_AT_WILL,
MUT_SPIT_POISON,
- MUT_MAPPING,
+ MUT_UNUSED_1,
MUT_BREATHE_FLAMES,
MUT_BLINK,
MUT_HORNS,
@@ -2552,7 +2552,7 @@ enum artefact_prop_type
ARTP_BLINK, // 15
ARTP_CAN_TELEPORT,
ARTP_BERSERK,
- ARTP_MAPPING,
+ ARTP_UNUSED_1,
ARTP_NOISES,
ARTP_PREVENT_SPELLCASTING, // 20
ARTP_CAUSE_TELEPORTATION,