From 33cc9b2e7e19d9866827331d17d467b2b882e22f Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 4 Aug 2008 11:35:24 +0000 Subject: * Move all quotes into quotes.txt and a database of their own. * Adapt Matthew's code to use quotes if there's enough space left. * Skip the general description of player ghosts that only repeats the specific description but with less information. * Don't refer to ghosts as "xyz's ghost the player ghost" git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6766 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 387078dce4..d9015d07f7 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -589,6 +589,7 @@ enum command_type CMD_TARGET_DIR_UP, CMD_TARGET_DIR_UP_RIGHT, + CMD_TARGET_DESCRIBE, CMD_TARGET_ALL_DESCRIBE, CMD_TARGET_CYCLE_TARGET_MODE, CMD_TARGET_PREV_TARGET, @@ -614,7 +615,6 @@ enum command_type CMD_TARGET_FIND_UPSTAIR, CMD_TARGET_FIND_DOWNSTAIR, CMD_TARGET_FIND_YOU, - CMD_TARGET_DESCRIBE, CMD_TARGET_WIZARD_MAKE_FRIENDLY, CMD_TARGET_WIZARD_BLESS_MONSTER, CMD_TARGET_WIZARD_MAKE_SHOUT, -- cgit v1.2.3-54-g00ecf