平衡难度
This commit is contained in:
parent
9aff1d6b2d
commit
830cb79c03
@ -125,7 +125,7 @@ class Level(tool.State):
|
|||||||
|
|
||||||
# 传送带模式应当增大僵尸容量
|
# 传送带模式应当增大僵尸容量
|
||||||
if (self.bar_type != c.CHOOSEBAR_STATIC):
|
if (self.bar_type != c.CHOOSEBAR_STATIC):
|
||||||
volume = min(max(int(volume*1.5), volume + 2), volume + 20)
|
volume += volume
|
||||||
|
|
||||||
# 大波僵尸情况
|
# 大波僵尸情况
|
||||||
if wave % 10 == 0:
|
if wave % 10 == 0:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user