平衡难度

This commit is contained in:
星外之神 2022-05-02 21:46:57 +08:00
parent 9aff1d6b2d
commit 830cb79c03

View File

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