From ea78e3b88da2c70285b09f34c9c5d8230280405b Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 22 Jun 2008 21:57:35 +0000 Subject: Swap '.' and '!' in the targetting interface. Forbid bats wearing hats/caps or rings. (That makes amulets the only type of equipment Vampires can keep on when transforming.) To make up for it, increase their damage stats again. Also fix it being possible to (un)equip the allowed items in Tiles while in bat form. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6055 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/database.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/database.h') diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h index 138a7fe0b2..9a5c44e9ba 100644 --- a/crawl-ref/source/database.h +++ b/crawl-ref/source/database.h @@ -60,7 +60,7 @@ std::vector getLongDescBodiesByRegex(const std::string ®ex, std::string getShoutString(const std::string &monst, const std::string &suffix = ""); -std::string getSpeakString(const std::string &monst); +std::string getSpeakString(const std::string &key); std::string getRandNameString(const std::string &itemtype, const std::string &suffix = ""); std::string getHelpString(const std::string &topic); -- cgit v1.2.3-54-g00ecf