summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-transloc.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-04-19 17:43:11 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-04-19 17:43:55 -0500
commit33e23a9b0eb6f1cfe7d9bda4ea3358b86b45a45d (patch)
treefb61d521443f6dc3519e114d4bc5cc4ff2f3af48 /crawl-ref/source/spl-transloc.cc
parent13ef16de9bf69fc17ad976fd191b67822e1ee4e2 (diff)
downloadcrawl-ref-33e23a9b0eb6f1cfe7d9bda4ea3358b86b45a45d.tar.gz
crawl-ref-33e23a9b0eb6f1cfe7d9bda4ea3358b86b45a45d.zip
Simplify.
Diffstat (limited to 'crawl-ref/source/spl-transloc.cc')
-rw-r--r--crawl-ref/source/spl-transloc.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/crawl-ref/source/spl-transloc.cc b/crawl-ref/source/spl-transloc.cc
index dc53b3ecd2..80d255fdd7 100644
--- a/crawl-ref/source/spl-transloc.cc
+++ b/crawl-ref/source/spl-transloc.cc
@@ -870,12 +870,9 @@ spret_type cast_apportation(int pow, bolt& beam, bool fail)
if (max_units <= 0)
{
if (item_is_orb(item))
- {
orb_pickup_noise(where, 30);
- mpr("The mass is resisting your pull.");
- }
- else
- mpr("The mass is resisting your pull.");
+
+ mpr("The mass is resisting your pull.");
return SPRET_SUCCESS;
}