summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-02 00:08:28 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-02 00:08:28 -0800
commit945b0cd6507cb5453e099e0cc245706f70c87d98 (patch)
treebf34de1939ba603929fcfe15c06d7d079a467ab9 /crawl-ref/source/enum.h
parent22dc55568b1c6bbc4a3e3e9374acf0a889645810 (diff)
downloadcrawl-ref-945b0cd6507cb5453e099e0cc245706f70c87d98.tar.gz
crawl-ref-945b0cd6507cb5453e099e0cc245706f70c87d98.zip
Implement 'Icemail' mutation for new DS
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 89edf64181..59e4ec48fe 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -158,7 +158,7 @@ enum attribute_type
ATTR_DIVINE_DEATH_CHANNEL,
ATTR_TRANSFORMATION,
ATTR_CARD_COUNTDOWN,
- ATTR_NUM_DEMONIC_POWERS,
+ ATTR_NUM_DEMONIC_POWERS, // No longer used - for 0.5 demonspawn
ATTR_WAS_SILENCED, //jmf: added for silenced messages
ATTR_GOD_GIFT_COUNT, //jmf: added to help manage god gift giving
ATTR_DELAYED_FIREBALL, // bwr: reserve fireballs
@@ -1242,6 +1242,7 @@ enum duration_type
DUR_REPEL_STAIRS_CLIMB,
DUR_SLIMIFY,
DUR_TIME_STEP,
+ DUR_ICEMAIL_DEPLETED, // Wait this many turns for full Icemail
NUM_DURATIONS
};
@@ -2416,6 +2417,7 @@ enum mutation_type
MUT_STOCHASTIC_TORMENT_RESISTANCE,
MUT_PASSIVE_MAPPING,
+ MUT_ICEMAIL,
NUM_MUTATIONS,
RANDOM_MUTATION = 100,