From 830cb79c03240066de7aa3322c2a1d6bfe1775cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Mon, 2 May 2022 21:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E8=A1=A1=E9=9A=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/level.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/state/level.py b/source/state/level.py index 82244cf..827e84c 100644 --- a/source/state/level.py +++ b/source/state/level.py @@ -125,7 +125,7 @@ class Level(tool.State): # 传送带模式应当增大僵尸容量 if (self.bar_type != c.CHOOSEBAR_STATIC): - volume = min(max(int(volume*1.5), volume + 2), volume + 20) + volume += volume # 大波僵尸情况 if wave % 10 == 0: