From 15914c94597d6c51c42ef22b7ee4f7f1970520eb Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 6 Feb 2007 17:54:25 +0000 Subject: Fixed unbrandability of friendly hellions. Moved beam cycling to ^C. We really need to make it a wizmode-only option. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@926 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 4819753756..ccc8b70890 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -711,6 +711,7 @@ enum command_type CMD_TARGET_FIND_DOWNSTAIR, CMD_TARGET_FIND_YOU, CMD_TARGET_DESCRIBE, + CMD_TARGET_WIZARD_MAKE_FRIENDLY, CMD_TARGET_HELP, // [ds] Silently ignored, requests another round of input. -- cgit v1.2.3-54-g00ecf