summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index f965824c36..8fa092b0a0 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1160,7 +1160,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
|| entry_cause != EC_SELF_EXPLICIT)
{
if (crawl_state.is_god_acting())
- xom_is_stimulated(256);
+ xom_is_stimulated(255);
else if (entry_cause == EC_SELF_EXPLICIT)
{
// Entering Pandemonium or the Abyss for the first
@@ -1171,7 +1171,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
else if (entry_cause == EC_SELF_RISKY)
xom_is_stimulated(128);
else
- xom_is_stimulated(256);
+ xom_is_stimulated(255);
}
break;