summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 41c0f2f6f7..491851efd7 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -4159,9 +4159,9 @@ void give_armour(monsters *mon, int level)
{
case MONS_DEEP_ELF_BLADEMASTER:
case MONS_DEEP_ELF_MASTER_ARCHER:
- item_race = MAKE_ITEM_ELVEN;
+ item_race = MAKE_ITEM_ELVEN;
item.base_type = OBJ_ARMOUR;
- item.sub_type = ARM_LEATHER_ARMOUR;
+ item.sub_type = ARM_LEATHER_ARMOUR;
break;
case MONS_DUVESSA: