删除冗余

This commit is contained in:
星外之神 2022-05-15 09:30:19 +08:00
parent 6bc813ce8e
commit 6f6594db9c

View File

@ -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):