From 2bacb2008a2688bfd5cd889b6e5b08858c37dd90 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Fri, 8 Jan 2010 13:49:26 +0530 Subject: Allow snapping turtle zombies to retain their reaching bites. --- crawl-ref/source/mon-util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.cc') diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc index 3a97113c39..c2d0113921 100644 --- a/crawl-ref/source/mon-util.cc +++ b/crawl-ref/source/mon-util.cc @@ -1047,7 +1047,7 @@ mon_attack_def downscale_zombie_attack(const monsters *mons, } else if (mons->type == MONS_SPECTRAL_THING && coinflip()) attk.flavour = AF_DRAIN_XP; - else + else if (attk.flavour != AF_REACH) attk.flavour = AF_PLAIN; attk.damage = downscale_zombie_damage(attk.damage); -- cgit v1.2.3-54-g00ecf