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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index f36735c5ba..eeecee763e 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -703,6 +703,7 @@ void item_colour( item_def &item )
case OBJ_STAVES:
item.colour = BROWN;
+ item.special = you.item_description[IDESC_STAVES][item.sub_type];
break;
case OBJ_ORBS:
@@ -2479,7 +2480,7 @@ static void generate_staff_item(item_def& item, int force_type)
init_rod_mp( item );
// add different looks
- item.special = random2(10);
+// item.special = you.item_description[IDESC_STAVES][item.sub_type];
}
static bool try_make_jewellery_unrandart(item_def& item, int force_type,