From 5c061029d1c6edea3a7d27d079fc44d002166d7e Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 26 Apr 2008 12:49:14 +0000 Subject: Remove Beogh recalling orcs for you, and instead try harder to find existing followers on the level (with decreasing chances) to bless them. This lowers probability of the reinforcement effect from 10% to 2.5% if bless_follower() is called without any parameters in the first place. Greatly reduce chances for orcs talking, and tidy up monspeak.txt a bit to make comparing chances easier. Add the promised friendly pickup toggle (command on Ctrl-T), and a new option for its default value. Modify documentation accordingly. Fix 1947256: hunger state not shown at game reload. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4662 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 0d44153e1d..d34f4c0b58 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -431,6 +431,7 @@ enum command_type CMD_GO_UPSTAIRS, CMD_GO_DOWNSTAIRS, CMD_TOGGLE_AUTOPICKUP, + CMD_TOGGLE_FRIENDLY_PICKUP, CMD_PICKUP, CMD_DROP, CMD_BUTCHER, -- cgit v1.2.3-54-g00ecf