From 047483716aeb3349cba7228270b5ca0d38c7e9ec Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 15 Nov 2009 19:23:22 +1000 Subject: Don't penalise Xom amusement for Minotaurs leaving labyrinths. As they can no longer map the labyrinth, this penalty doesn't make that much sense now. --- crawl-ref/source/misc.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/misc.cc') diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc index 92bc01db73..ad256dbec2 100644 --- a/crawl-ref/source/misc.cc +++ b/crawl-ref/source/misc.cc @@ -2488,11 +2488,9 @@ void down_stairs( int old_level, dungeon_feature_type force_stair, case LEVEL_LABYRINTH: // Finding the way out of a labyrinth interests Xom, - // but less so for Minotaurs. - if (you.species == SP_MINOTAUR) - xom_is_stimulated(49); - else - xom_is_stimulated(98); + // but less so for Minotaurs. (though not now, as they cannot + // map the labyrinth any more {due}) + xom_is_stimulated(98); break; case LEVEL_ABYSS: -- cgit v1.2.3-54-g00ecf