From 0b9dbdc14513916dcb15dc717060faf380c1b681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 3 Jun 2022 14:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=8A=A5=E7=BA=B8=E5=83=B5?= =?UTF-8?q?=E5=B0=B8=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/zombie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/component/zombie.py b/source/component/zombie.py index 3f26230..530c7f3 100755 --- a/source/component/zombie.py +++ b/source/component/zombie.py @@ -209,7 +209,7 @@ class Zombie(pg.sprite.Sprite): self.changeFrames(self.attack_frames) self.helmetType2 = False if self.name == c.NEWSPAPER_ZOMBIE: - self.speed = 2.5 + self.speed = 2.65 if (((self.current_time - self.attack_timer) > (c.ATTACK_INTERVAL * self.getAttackTimeRatio())) and (not self.lostHead)): if self.prey.health > 0: