From 8ed3bfab0f28d4257b3a262ea62f6c8d8d1cbadd Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 30 Nov 2006 11:59:49 +0000 Subject: Tweaked damage numbers on bows and longbows so they're better differentiated. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@532 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/itemprop.cc') diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc index e3a70c440b..c189c13c55 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -322,10 +322,10 @@ static weapon_def Weapon_prop[NUM_WEAPONS] = { WPN_CROSSBOW, "crossbow", 5, 4, 15, 150, 8, SK_CROSSBOWS, HANDS_TWO, SIZE_MEDIUM, MI_BOLT, false, DAMV_NON_MELEE }, - { WPN_BOW, "bow", 4, 1, 11, 90, 2, + { WPN_BOW, "bow", 3, 1, 11, 90, 2, SK_BOWS, HANDS_TWO, SIZE_MEDIUM, MI_ARROW, false, DAMV_NON_MELEE }, - { WPN_LONGBOW, "longbow", 5, 0, 12, 120, 3, + { WPN_LONGBOW, "longbow", 6, 0, 12, 120, 3, SK_BOWS, HANDS_TWO, SIZE_LARGE, MI_ARROW, false, DAMV_NON_MELEE }, }; -- cgit v1.2.3-54-g00ecf