修复平衡难度过程中的脑残错误
This commit is contained in:
parent
830cb79c03
commit
7746db315d
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user