summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-transloc.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-15 13:59:35 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-15 23:37:41 +0200
commita1f28ff2f1b9cba55a54a03a43197293604e14da (patch)
tree8b8173f4da128c7c87b7c65a90746aefc39d8c9e /crawl-ref/source/spl-transloc.cc
parentf55ef6b5f2d99c0347312a5949a0fed249cd5b77 (diff)
downloadcrawl-ref-a1f28ff2f1b9cba55a54a03a43197293604e14da.tar.gz
crawl-ref-a1f28ff2f1b9cba55a54a03a43197293604e14da.zip
Revert "Track who destroys an item; incur Nemelex penance for deck destruction."
This follows removal of documentation in 747b1a2d. Giving penance for a pointless act you need to go out your way for is quite strange -- it doesn't in any way restrict the player and thus has no balance gains, and there's a cost of making an already long god description even longer. Plus, you can get rid of decks simply by dropping them; on a non-permanent level if you really want to keep ^F clean. Not sure if the source tracking should be kept; for now I reverted it to keep things simple and to avoid an use of deprecated mindex (let's get rid of it already!), but if there's an use, please unrevert this part. This reverts commit 46bfda39a8d584164fa475188367f331314a644d.
Diffstat (limited to 'crawl-ref/source/spl-transloc.cc')
-rw-r--r--crawl-ref/source/spl-transloc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-transloc.cc b/crawl-ref/source/spl-transloc.cc
index 716b068c81..fd6a518f3e 100644
--- a/crawl-ref/source/spl-transloc.cc
+++ b/crawl-ref/source/spl-transloc.cc
@@ -964,7 +964,7 @@ spret_type cast_apportation(int pow, bolt& beam, bool fail)
if (max_units < item.quantity)
{
- if (!copy_item_to_grid(item, new_spot, MHITYOU, max_units))
+ if (!copy_item_to_grid(item, new_spot, max_units))
{
// Always >1 item.
mpr("They abruptly stop in place!");