summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
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/player.h
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/player.h')
-rw-r--r--crawl-ref/source/player.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index c26d02b0f9..30f52f9ecf 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -114,7 +114,6 @@ public:
undead_state_type is_undead;
- int friendly_pickup; // pickup setting for allies
bool dead; // ... but pending revival
int lives;
int deaths;