summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 8bddb089fd..3fdbb64552 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2627,7 +2627,7 @@ void change_labyrinth(bool msg)
}
}
}
- else if (one_chance_in(750))
+ else if (one_chance_in(500))
{
// Sometimes (rarely) add blood randomly, accumulating with time...
env.map(p).property |= FPROP_BLOODY;
@@ -2680,7 +2680,7 @@ void change_labyrinth(bool msg)
}
}
}
- else if (one_chance_in(150))
+ else if (one_chance_in(100))
{
// Occasionally add blood randomly, accumulating with time...
env.map(p).property |= FPROP_BLOODY;