From ebfbb6fbb71da74b891711361ce8191a1f60a7b6 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Wed, 28 Oct 2009 20:30:50 -0700 Subject: Give deep dwarves passive, not active mapping Signed-off-by: Robert Vollmert --- crawl-ref/source/player.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/source/player.cc') 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 -- cgit v1.2.3-54-g00ecf