summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 15:50:17 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 15:50:17 -0600
commit4a720e05215551f4649b2d2157a7b6f53e466f9e (patch)
treeb31bf4a849cd34158e0bce080117b225904d0563 /crawl-ref/source
parent60dd85a9c96f46bef45110a1990bb870da9f6987 (diff)
downloadcrawl-ref-4a720e05215551f4649b2d2157a7b6f53e466f9e.tar.gz
crawl-ref-4a720e05215551f4649b2d2157a7b6f53e466f9e.zip
Fix apparent inconsistency.
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/items.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index ceb16affb6..6ad9fb2dfe 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -2527,7 +2527,7 @@ item_def find_item_type(object_class_type base_type, std::string name)
0, // unknown II
NUM_BOOKS,
NUM_STAVES,
- 1, // Orbs -- only one, handled specially
+ 0, // Orbs -- only one, handled specially
NUM_MISCELLANY,
0, // corpses -- handled specially
0, // gold -- handled specially