修复数据错误

This commit is contained in:
星外之神 2022-05-02 19:39:52 +08:00
parent 5028f86b03
commit 17d399216b

View File

@ -639,9 +639,9 @@ class Level(tool.State):
# 旗帜波出生点右移
if self.waveNum % 10:
hugeWaveMove = 40
else:
hugeWaveMove = 0
else:
hugeWaveMove = 40
x, y = self.map.getMapGridPos(0, map_y)
# 新增的僵尸也需要在这里声明
if name == c.NORMAL_ZOMBIE: