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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index cbcee48703..394a1c7160 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -1118,6 +1118,9 @@ std::string item_def::name_aux( description_level_type desc,
case SPMSL_POISONED:
case SPMSL_CURARE:
break;
+ case SPMSL_RETURNING:
+ buff << ((terse) ? " (return)" : " of returning");
+ break;
default:
buff << " (buggy)";
}