summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-20 11:53:32 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-20 11:53:32 +0000
commit3219115e22de903dd8795fc40e101d6c05ab3291 (patch)
tree998408bc17a1bc94ea8157b19530cc1ce6712c04 /crawl-ref/source/itemprop.cc
parentc8057b4430d1a552899846255def3e5d627f2472 (diff)
downloadcrawl-ref-3219115e22de903dd8795fc40e101d6c05ab3291.tar.gz
crawl-ref-3219115e22de903dd8795fc40e101d6c05ab3291.zip
* Change size restrictions for banded, splint, plate and crystal plate
mail to [SIZE_SMALL, SIZE_MEDIUM] like for the other mails. (Fixes 2695530.) * There's a 50% chance of Xom being amused about former playthings dying. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9522 c06c8d41-db1a-0410-9941-cceddc491573
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 },