summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.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/tag-version.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/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index 1d70b61d4b..d327e6d63d 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -105,6 +105,7 @@ enum tag_minor_version
TAG_MINOR_FOOD_PURGE, // Cleaning up old types of food.
TAG_MINOR_FOOD_PURGE_AP_FIX, // Correctly carry over old fruit autopickup.
TAG_MINOR_WEIGHTLESS, // Removal of player burden.
+ TAG_MINOR_FRIENDLY_PICKUP, // Remove the friendly_pickup setting.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1