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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 217d0b0b9c..c988df87a5 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -771,7 +771,7 @@ unsigned int item_value( item_def item, bool ident )
valued += 50;
}
else if (item_type_known(item)
- && get_equip_desc(item) != 0)
+ && get_equip_desc(item) != 0)
{
valued += 20;
}
@@ -992,7 +992,7 @@ unsigned int item_value( item_def item, bool ident )
}
if (get_equip_race(item) == ISFLAG_ELVEN
- || get_equip_race(item) == ISFLAG_DWARVEN)
+ || get_equip_race(item) == ISFLAG_DWARVEN)
{
valued *= 12;
valued /= 10;