summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index fd6dcb96fb..2ae8e1a8a0 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -227,7 +227,7 @@ std::string item_def::name(description_level_type descrip,
buff << " (around neck)";
equipped = true;
}
- else if (this->link == you.m_quiver->get_fire_item(NULL))
+ else if (this->link == you.m_quiver->get_fire_item())
{
buff << " (quivered)";
equipped = true; // well, sort of