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: