summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 07:15:00 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 07:15:00 +0000
commit058f2c9536ba1fdfc305b8054ae025c6fddd9c92 (patch)
tree7fc723f1ca320fd364f03487511b85496f73f15e /crawl-ref/source/player.cc
parent144d923598efdf70d12d19437b2a59dee0015c01 (diff)
downloadcrawl-ref-058f2c9536ba1fdfc305b8054ae025c6fddd9c92.tar.gz
crawl-ref-058f2c9536ba1fdfc305b8054ae025c6fddd9c92.zip
Make troll hides and troll leather armors light armors, to match their
light armor flags. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10169 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 377bd8bfe3..542a51c9cc 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2288,6 +2288,8 @@ bool is_light_armour( const item_def &item )
case ARM_ROBE:
case ARM_ANIMAL_SKIN:
case ARM_LEATHER_ARMOUR:
+ case ARM_TROLL_HIDE:
+ case ARM_TROLL_LEATHER_ARMOUR:
case ARM_STEAM_DRAGON_HIDE:
case ARM_STEAM_DRAGON_ARMOUR:
case ARM_MOTTLED_DRAGON_HIDE: