summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-12 13:02:27 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-13 00:33:56 -0700
commit236bd0c7ac0196889f1059fed57e54f748dc61bc (patch)
tree08b269ed0216478dca0c1c7643961ef0745423d8 /crawl-ref/source/itemprop.cc
parentbb0a4a2804471a02ebcf996c20a59132a6cf0233 (diff)
downloadcrawl-ref-236bd0c7ac0196889f1059fed57e54f748dc61bc.tar.gz
crawl-ref-236bd0c7ac0196889f1059fed57e54f748dc61bc.zip
Remove code for wielding corpses
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index e97c9974fd..b1d79e61fd 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1396,10 +1396,6 @@ hands_reqd_type basic_hands_reqd(const item_def &item, size_type size)
}
break;
- case OBJ_CORPSES: // unwieldy
- ret = HANDS_TWO;
- break;
-
default:
break;
}