修复平衡难度过程中的脑残错误

This commit is contained in:
星外之神 2022-05-02 21:47:28 +08:00
parent 830cb79c03
commit 7746db315d

View File

@ -125,7 +125,7 @@ class Level(tool.State):
# 传送带模式应当增大僵尸容量 # 传送带模式应当增大僵尸容量
if (self.bar_type != c.CHOOSEBAR_STATIC): if (self.bar_type != c.CHOOSEBAR_STATIC):
volume += volume volume += 2
# 大波僵尸情况 # 大波僵尸情况
if wave % 10 == 0: if wave % 10 == 0: