summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-transloc.cc
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-03-03 15:11:16 -0500
committerelliptic <hyperelliptical@gmail.com>2013-03-03 15:15:08 -0500
commitdca8a20a79645afecb7801a8e547e218ff16222e (patch)
treec592eaf478ca097b655388a49b8bf584abdc8266 /crawl-ref/source/spl-transloc.cc
parent8c2c45f61fcc479e3bef2c767501daad1815263f (diff)
downloadcrawl-ref-dca8a20a79645afecb7801a8e547e218ff16222e.tar.gz
crawl-ref-dca8a20a79645afecb7801a8e547e218ff16222e.zip
Increase chance that the Orb refuses to be apported.
Chance increased from 1/6 to 1/3.
Diffstat (limited to 'crawl-ref/source/spl-transloc.cc')
-rw-r--r--crawl-ref/source/spl-transloc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-transloc.cc b/crawl-ref/source/spl-transloc.cc
index 86e76b513e..32b0a6114b 100644
--- a/crawl-ref/source/spl-transloc.cc
+++ b/crawl-ref/source/spl-transloc.cc
@@ -889,8 +889,8 @@ spret_type cast_apportation(int pow, bolt& beam, bool fail)
{
fake_noisy(30, where);
- // There's also a 1-in-6 flat chance of apport failing.
- if (one_chance_in(6))
+ // There's also a 1-in-3 flat chance of apport failing.
+ if (one_chance_in(3))
{
orb_pickup_noise(where, 30,
"The orb shrieks and becomes a dead weight against your magic!",