summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/dat/vaults.des12
-rw-r--r--crawl-ref/source/stash.cc3
-rw-r--r--crawl-ref/source/stash.h3
3 files changed, 9 insertions, 9 deletions
diff --git a/crawl-ref/source/dat/vaults.des b/crawl-ref/source/dat/vaults.des
index 7ae65133b2..091e177058 100644
--- a/crawl-ref/source/dat/vaults.des
+++ b/crawl-ref/source/dat/vaults.des
@@ -285,18 +285,18 @@ ORIENT: float
MAP
ccccccccccccccccccccccccccccccccccc
ccccc..........cc(cc..........ccccc
-ccc...cccc=ccc.......ccc=cccc...ccc
-cc..ccc......ccccccccc......ccc..cc
+ccc...c=cc=ccc.......ccc=cc=c...ccc
+cc..ccc......c=ccccc=c......c=c..cc
cc.cc...cccc...ccccc...cccc...cc.cc
-c..c..cccccccc..ccc..cccccccc..c..c
+c..=..cccccccc..ccc..cccccccc..=..c
c.cc.cc..........ccc........cc.cc.c
c.c..c....bb..cc...cc..bb.{..c..=.c
c.=..c..[.bb..cc...cc..bb....c..c.c
c.cc.cc........ccc..........cc.cc.c
-c..c..cccccccc..ccc..cccccccc..cc.c
+c..=..cccccccc..ccc..cccccccc..c..c
cc.cc...cccc...cccc....cccc...cc.cc
-cc..ccc......ccccccccc......ccc..cc
-ccc...ccccc+cc.......c=cccccc...ccc
+cc..c=c......cccccc=cc......c=c..cc
+ccc...cc=cc=cc.......c=ccc=cc...ccc
ccccc..........cc.cc..........ccccc
ccccccccccccccccc@ccccccccccccccccc
ENDMAP
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index 85af622819..8d6fd71f81 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -1351,8 +1351,7 @@ void StashTracker::search_stashes()
if (results.empty())
{
- mpr("Can't find anything matching that.",
- MSGCH_PLAIN);
+ mpr("Can't find anything matching that.", MSGCH_PLAIN);
return;
}
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 489a51d973..bb71a4695b 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -175,7 +175,8 @@ struct stash_search_result
// matches if each matching stack's quantity is 1.
int count;
- // First item in stash that matched
+ // Text that describes this search result - usually the name of
+ // the first matching item in the stash or the name of the shop.
std::string match;
// The stash or shop in question. Both can be null if this is a feature.