From 290e5d60ff30e19536186dbb8ac633a928b504ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Thu, 28 Jul 2022 18:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=92=E5=86=B0=E5=B0=84?= =?UTF-8?q?=E6=89=8B=E5=AD=90=E5=BC=B9=E9=9F=B3=E6=95=88=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E6=97=B6=E9=97=AA=E9=80=80=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/plant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/component/plant.py b/source/component/plant.py index 533aa2c..bd9a00b 100755 --- a/source/component/plant.py +++ b/source/component/plant.py @@ -505,7 +505,7 @@ class SnowPeaShooter(Plant): # 播放发射音效 c.SOUND_SHOOT.play() # 播放冰子弹音效 - c.SOUND_SNOWPEA_SPARKLES().play() + c.SOUND_SNOWPEA_SPARKLES.play() def setAttack(self): self.state = c.ATTACK