summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index a93f00eacb..307873610c 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -864,7 +864,6 @@ unsigned int item_value( item_def item, bool ident )
valued /= 10;
}
- // elf/dwarf
if (get_equip_race(item) == ISFLAG_ELVEN
|| get_equip_race(item) == ISFLAG_DWARVEN)
{
@@ -872,7 +871,6 @@ unsigned int item_value( item_def item, bool ident )
valued /= 10;
}
- // value was "6" but comment read "orc", so I went with comment {dlb}
if (get_equip_race(item) == ISFLAG_ORCISH)
{
valued *= 8;