summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index a22fc84079..6c7d146ab5 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3131,6 +3131,12 @@ void level_change(bool skip_attribute_increase)
perma_mutate(MUT_NEGATIVE_ENERGY_RESISTANCE, 1);
}
+ if ((you.experience_level == 9)
+ || (you.experience_level == 18))
+ {
+ perma_mutate(MUT_PASSIVE_MAPPING, 1);
+ }
+
if (!(you.experience_level % 4))
{
modify_stat(coinflip() ? STAT_STRENGTH