From 6f6594db9c19c98b22f48ff768a6c65328149205 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 09:30:19 +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/state/level.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/state/level.py b/source/state/level.py index e88f727..acdfcfe 100644 --- a/source/state/level.py +++ b/source/state/level.py @@ -1365,8 +1365,6 @@ class Level(tool.State): elif targetPlant.name == c.ICESHROOM: self.freezeZombies(targetPlant) targetPlant.boomed = True - else: - pass else: can_attack = False if (zombie_len > 0):