From 2eff1506e985857461cfedb6bcffb40b6b4b8ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sun, 15 May 2022 15:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/plant.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/component/plant.py b/source/component/plant.py index 821fc19..f65b118 100755 --- a/source/component/plant.py +++ b/source/component/plant.py @@ -1465,7 +1465,6 @@ class TangleKlep(Plant): if not self.splashing: self.splashing = True self.changeFrames(self.splash_frames) - self.zombie_group.remove(self.attack_zombie) self.attack_zombie.kill() # 播放拖拽音效 pg.mixer.Sound(os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))) ,"resources", "sound", "tangleKelpDrag.ogg")).play()