summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/itemprop.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index e48616a924..ca0bd999b0 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -352,17 +352,17 @@ static const weapon_def Weapon_prop[] =
SK_SLINGS, SIZE_LITTLE, SIZE_SMALL, MI_STONE,
DAMV_NON_MELEE, 2, 2 },
- { WPN_HAND_CROSSBOW, "hand crossbow", 11, 5, 15, 50, 5,
+ { WPN_HAND_CROSSBOW, "hand crossbow", 12, 5, 15, 50, 5,
SK_CROSSBOWS, SIZE_LITTLE, SIZE_LITTLE, MI_BOLT,
DAMV_NON_MELEE, 7, 10 },
{ WPN_ARBALEST, "arbalest", 18, 2, 19, 150, 8,
SK_CROSSBOWS, SIZE_LITTLE, NUM_SIZE_LEVELS, MI_BOLT,
DAMV_NON_MELEE, 5, 10 },
- { WPN_TRIPLE_CROSSBOW, "triple crossbow", 23, 0, 23, 250, 9,
+ { WPN_TRIPLE_CROSSBOW, "triple crossbow", 22, 0, 23, 250, 9,
SK_CROSSBOWS, SIZE_SMALL, NUM_SIZE_LEVELS, MI_BOLT,
DAMV_NON_MELEE, 0, 2 },
- { WPN_SHORTBOW, "shortbow", 8, 1, 13, 90, 2,
+ { WPN_SHORTBOW, "shortbow", 9, 2, 13, 90, 2,
SK_BOWS, SIZE_LITTLE, NUM_SIZE_LEVELS, MI_ARROW,
DAMV_NON_MELEE, 8, 10 },
{ WPN_LONGBOW, "longbow", 15, 0, 17, 120, 3,