summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 11:21:23 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 11:21:23 +0000
commit39379c48505b14bfbe8ac8292e5938ad33d5989a (patch)
treef09afd6ff10aac73a9b681e1d830c35331a7aab4
parentb2a49f8240ea8d26851dd731980fa8418bc34277 (diff)
downloadcrawl-ref-39379c48505b14bfbe8ac8292e5938ad33d5989a.tar.gz
crawl-ref-39379c48505b14bfbe8ac8292e5938ad33d5989a.zip
Annotate identified artifacts with {artifact} instead of {art} for stash
searches (David). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@657 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/lua/stash.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/lua/stash.lua b/crawl-ref/source/lua/stash.lua
index 640144743c..da33a6a208 100644
--- a/crawl-ref/source/lua/stash.lua
+++ b/crawl-ref/source/lua/stash.lua
@@ -12,7 +12,7 @@ function ch_stash_search_annotate_item(it)
local annot = ""
if item.artifact(it) then
- annot = annot .. "{art} "
+ annot = annot .. "{artifact} "
elseif item.branded(it) then
annot = annot .. "{ego} "
elseif item.class(it, true) == "book" then