summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-29 19:24:03 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-29 19:24:03 -0500
commitefa07aeb2debf3c8be1e9168eca69426d49f1c97 (patch)
treecb7ae59e9c37fd674b034b62250de3253adf2d32 /crawl-ref/source/shopping.cc
parent3ee3c36bb7013cfe25662410b075afafd229d019 (diff)
downloadcrawl-ref-efa07aeb2debf3c8be1e9168eca69426d49f1c97.tar.gz
crawl-ref-efa07aeb2debf3c8be1e9168eca69426d49f1c97.zip
Replace tabs with spaces.
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 5a82028d8c..749cb73143 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -1093,12 +1093,12 @@ unsigned int item_value( item_def item, bool ident )
break;
case SPMSL_CURARE:
- case SPMSL_PENETRATION:
- case SPMSL_REAPING:
- case SPMSL_SILVER:
- case SPMSL_STEEL:
- case SPMSL_DISPERSAL:
- case SPMSL_EXPLODING:
+ case SPMSL_PENETRATION:
+ case SPMSL_REAPING:
+ case SPMSL_SILVER:
+ case SPMSL_STEEL:
+ case SPMSL_DISPERSAL:
+ case SPMSL_EXPLODING:
valued *= 30;
break;