From 44e6ce77e77fba19ebec22d08cdccf6d07246905 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, 3 Jun 2022 13:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/zombie.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/component/zombie.py b/source/component/zombie.py index f4d7b5b..3f26230 100755 --- a/source/component/zombie.py +++ b/source/component/zombie.py @@ -1221,5 +1221,3 @@ class SnorkelZombie(Zombie): if self.rect.right <= c.MAP_POOL_FRONT_X: self.swimming = True self.changeFrames(self.sink_frames) - # 同样没有兼容双防具 -