From a37d65daf3c8eb782523ab198cba2ee8892e0d0f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 24 Feb 2007 15:07:10 +0000 Subject: Preliminary changelog update for 0.2. Return gourmand charge ramp-up to 400 turns. Fixed dodging/armour exercise checks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@961 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index 308de48246..dd64129f49 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -2516,7 +2516,8 @@ void melee_attack::mons_announce_dud_hit(const mon_attack_def &attk) void melee_attack::check_defender_train_dodging() { - if (defender->wearing_light_armour(false) + // It's possible to train both dodging and armour under the new scheme. + if (defender->wearing_light_armour(true) && attacker_visible && one_chance_in(3)) { -- cgit v1.2.3-54-g00ecf