summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-20 22:11:00 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-20 22:11:00 -0700
commit2ba718fbf94cce3f7ccc471f313afb59dd4060a9 (patch)
tree703effc4248070d5a150409274106bfeb9b81e8d /crawl-ref/source/mutation.cc
parentdbf8174808ef7eb5b55dde7b652f1dcdafadb81e (diff)
downloadcrawl-ref-2ba718fbf94cce3f7ccc471f313afb59dd4060a9.tar.gz
crawl-ref-2ba718fbf94cce3f7ccc471f313afb59dd4060a9.zip
Adjust the Contemplative mutation
Make it a badmut (since it is!), and give it a new name better suiting its new status.
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 47341d4c0d..31003ac2a1 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1114,7 +1114,7 @@ static int _handle_conflicting_mutations(mutation_type mutation,
{ MUT_SLOW_HEALING, MUT_NO_DEVICE_HEAL, 1},
{ MUT_ROBUST, MUT_FRAIL, 1},
{ MUT_HIGH_MAGIC, MUT_LOW_MAGIC, 1},
- { MUT_WILD_MAGIC, MUT_CONTEMPLATIVE, 1},
+ { MUT_WILD_MAGIC, MUT_PLACID_MAGIC, 1},
{ MUT_CARNIVOROUS, MUT_HERBIVOROUS, 1},
{ MUT_SLOW_METABOLISM, MUT_FAST_METABOLISM, 1},
{ MUT_REGENERATION, MUT_SLOW_HEALING, 1},