summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 19ca2226ea..3cfa6f4fc1 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -77,13 +77,13 @@ static armour_def Armour_prop[NUM_ARMOURS] =
{ ARM_CHAIN_MAIL, "chain mail", 6, -4, 400,
false, EQ_BODY_ARMOUR, SIZE_SMALL, SIZE_MEDIUM },
{ ARM_BANDED_MAIL, "banded mail", 7, -5, 500,
- false, EQ_BODY_ARMOUR, SIZE_MEDIUM, SIZE_MEDIUM },
+ false, EQ_BODY_ARMOUR, SIZE_SMALL, SIZE_MEDIUM },
{ ARM_SPLINT_MAIL, "splint mail", 8, -5, 550,
- false, EQ_BODY_ARMOUR, SIZE_MEDIUM, SIZE_MEDIUM },
+ false, EQ_BODY_ARMOUR, SIZE_SMALL, SIZE_MEDIUM },
{ ARM_PLATE_MAIL, "plate mail", 10, -6, 650,
- false, EQ_BODY_ARMOUR, SIZE_MEDIUM, SIZE_MEDIUM },
+ false, EQ_BODY_ARMOUR, SIZE_SMALL, SIZE_MEDIUM },
{ ARM_CRYSTAL_PLATE_MAIL, "crystal plate mail", 14, -8, 1200,
- false, EQ_BODY_ARMOUR, SIZE_MEDIUM, SIZE_MEDIUM },
+ false, EQ_BODY_ARMOUR, SIZE_SMALL, SIZE_MEDIUM },
{ ARM_TROLL_HIDE, "troll hide", 2, -1, 220,
true, EQ_BODY_ARMOUR, SIZE_LITTLE, SIZE_GIANT },