From cd2e2b66d8ef442c3c58d0a81cb1fd4cf3b37fa6 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, 8 Apr 2022 23:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=BA=9F=E5=BC=83=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/zombie.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/component/zombie.py b/source/component/zombie.py index 38860ab..ba918a9 100755 --- a/source/component/zombie.py +++ b/source/component/zombie.py @@ -38,7 +38,6 @@ class Zombie(pg.sprite.Sprite): self.hit_timer = 0 self.speed = 1 self.freeze_timer = 0 - self.dead_timer = 2800 self.losthead_timer = 0 self.is_hypno = False # the zombie is hypo and attack other zombies when it ate a HypnoShroom