From e14b5260df1fa0e9400a1d0c3472f5d8dcc97e89 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 16 Jul 2008 23:45:54 +0000 Subject: Fix 2019860: beef jerky wasn't considered meat. Fix 2019581: weapon flavour was flowing through to subsequent attacks. Fix 2001572: persistent --more-- after dying to explosions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6577 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index f5821ebb84..5f6b47c671 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -3858,6 +3858,8 @@ void melee_attack::mons_perform_attack_rounds() if (attack_number > 0 && attacker == defender) break; + init_attack(); + const mon_attack_def attk = mons_attack_spec(atk, attack_number); if (attk.type == AT_NONE) { -- cgit v1.2.3-54-g00ecf