|
From: <gi...@cr...> - 2013-07-29 01:40:23
|
via 7ea04537d5233a2a58f57817d5bcaf2caecb1136 (commit)
from 5c2f3ca684a3e289b6db8dbfa54d662a7a4309ca (commit)
-----------------------------------------------------------------------
commit 7ea04537d5233a2a58f57817d5bcaf2caecb1136
Author: Chris Campbell <chr...@gm...>
Date: Mon Jul 29 02:38:23 2013 +0100
Remove a special case for Minotaurs amusing Xom in Labs
-----------------------------------------------------------------------
Summary of changes:
crawl-ref/source/spl-transloc.cc | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/crawl-ref/source/spl-transloc.cc b/crawl-ref/source/spl-transloc.cc
index fd6a518..06f6e37 100644
--- a/crawl-ref/source/spl-transloc.cc
+++ b/crawl-ref/source/spl-transloc.cc
@@ -784,10 +784,7 @@ void you_teleport_now(bool allow_control, bool new_abyss_area,
&& (player_in_branch(BRANCH_LABYRINTH)
|| !player_in_branch(BRANCH_ABYSS) && player_in_a_dangerous_place()))
{
- if (player_in_branch(BRANCH_LABYRINTH) && you.species == SP_MINOTAUR)
- xom_is_stimulated(100);
- else
- xom_is_stimulated(200);
+ xom_is_stimulated(200);
}
}
--
Dungeon Crawl Stone Soup
|