summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/database
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-21 22:16:55 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-21 22:18:44 -0400
commitdf267dbd19fdd7d9bc90685fecc92e9f5848553f (patch)
treea9e7e8080993d180eab417d32de8f066d363eebd /crawl-ref/source/dat/database
parentb3aa555bb16c44550a79108da0700beae4f2919b (diff)
downloadcrawl-ref-df267dbd19fdd7d9bc90685fecc92e9f5848553f.tar.gz
crawl-ref-df267dbd19fdd7d9bc90685fecc92e9f5848553f.zip
Rename honeycombs royal jellies (PleasingFungus).
The name works just as well with bee themes, but also fits with the occasional jelly theme that vaults have. I also feel that it's a bit more iconic. Thankfully the bikeshed doesn't even have to change colour -- they were always both yellow.
Diffstat (limited to 'crawl-ref/source/dat/database')
-rw-r--r--crawl-ref/source/dat/database/help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/database/help.txt b/crawl-ref/source/dat/database/help.txt
index 93f16ed1ae..99b9a3e1f7 100644
--- a/crawl-ref/source/dat/database/help.txt
+++ b/crawl-ref/source/dat/database/help.txt
@@ -79,7 +79,7 @@ hotkey to travel to its location.
Some examples of search strings:
<w>cure mutation</w> find all potions of cure mutation, including potions in shops.
-<w>honey</w> finds every single honeycomb and heaps of honeycombs.
+<w>royal</w> finds every single royal jelly and heaps of royal jellies.
<w>shop</w> lists all shops. Press <w>?</w> and a shop's letter for the stock.
<w>Lair:2</w> find everything known to be on Lair:2.
<w>D:[2-4]</w> finds everything on Dungeon levels 2-4. Regexes are allowed!