summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-12 15:50:47 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-13 00:33:57 -0700
commitef5102b7e89d552ab4c55c71401cd603db9836ee (patch)
tree8a6ef5eb051430958e072c598dc9f036e5624069 /crawl-ref/source/itemprop.cc
parent8dcdaa9893530b44951e4d107a37a3046da3e276 (diff)
downloadcrawl-ref-ef5102b7e89d552ab4c55c71401cd603db9836ee.tar.gz
crawl-ref-ef5102b7e89d552ab4c55c71401cd603db9836ee.zip
Make greatslings 2-handed for spriggans
Since they can't use longbows, there's not much else that compares for launcher damage.
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 1411fefc0d..b680455ed1 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -346,7 +346,7 @@ static const weapon_def Weapon_prop[] =
SK_SLINGS, SIZE_LITTLE, SIZE_LITTLE, MI_STONE,
DAMV_NON_MELEE, 10 },
{ WPN_GREATSLING, "greatsling", 8, -1, 14, 20, 1,
- SK_SLINGS, SIZE_LITTLE, SIZE_LITTLE, MI_STONE,
+ SK_SLINGS, SIZE_LITTLE, SIZE_SMALL, MI_STONE,
DAMV_NON_MELEE, 2 },