From 847d18dc0c092ff23aa03cfc23b7bc1c32f2dabe Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 8 Dec 2008 22:46:17 +0000 Subject: Some more recent trunk commits -> 0.4. 7429, 7672, 7716, 7729, 6646, 7760 * Descriptions, messages, help screen. Also: * Don't allow monsters to polymorph into uniques. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@7790 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/database/help.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/dat/database/help.txt') diff --git a/crawl-ref/source/dat/database/help.txt b/crawl-ref/source/dat/database/help.txt index 1c03077767..f42698a8cc 100644 --- a/crawl-ref/source/dat/database/help.txt +++ b/crawl-ref/source/dat/database/help.txt @@ -13,11 +13,11 @@ of the item or the contents of the shop. Some examples of search strings: cure mutation find all potions of cure mutation, including potions in shops. -cloak find all cloaks in the dungeon. +jell finds every single royal jelly and heaps of royal jellies Lair:2 find everything known to be on Lair:2. -Lair:[2-4] finds everything on Lair:2-4. Regexes are allowed! Note that - Lair:[3-10] will not work as intended, since [x-y] is a regex - character range. +D:[2-4] finds everything on Dungeon levels 2-4. Regexes are allowed! + Note that D:[3-10] will not work as intended, since [x-y] is a + regex character range. . is a shortcut to find everything on your current level. .. is a shortcut for listing all items you know. Lair.*axe and axe && Lair both show all axes in the Lair. -- cgit v1.2.3-54-g00ecf