summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-11 01:57:42 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-28 11:01:26 -0400
commit7f216ff0641accec50e60ab92ad490b8b742c0fb (patch)
treeea40fda361e9b3d9f039b6b0aa4477a8b8701cee /crawl-ref/source/stairs.cc
parent40715cc413a9ef3456fe1ca1356172a24a045c20 (diff)
downloadcrawl-ref-7f216ff0641accec50e60ab92ad490b8b742c0fb.tar.gz
crawl-ref-7f216ff0641accec50e60ab92ad490b8b742c0fb.zip
Remove the now-superfluous friendly_pickup command suite.
Including the default_friendly_pickup option.
Diffstat (limited to 'crawl-ref/source/stairs.cc')
-rw-r--r--crawl-ref/source/stairs.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/stairs.cc b/crawl-ref/source/stairs.cc
index f34968d02d..ba81f869b9 100644
--- a/crawl-ref/source/stairs.cc
+++ b/crawl-ref/source/stairs.cc
@@ -1008,9 +1008,6 @@ void down_stairs(dungeon_feature_type force_stair, bool force_known_shaft)
if (newlevel)
{
- // When entering a new level, reset friendly_pickup to default.
- you.friendly_pickup = Options.default_friendly_pickup;
-
switch (you.where_are_you)
{
default: