Merge branch 'master' into opengl

This commit is contained in:
星外之神 2022-08-10 10:29:15 +08:00
commit b27fc8f033

View File

@ -126,7 +126,7 @@ class Level(tool.State):
zombie_list.append(c.FLAG_ZOMBIE)
zombie_volume -= c.CREATE_ZOMBIE_DICT[c.FLAG_ZOMBIE][0]
# 保龄球模式应当增大僵尸容量
# 传送带模式应当增大僵尸容量
if (self.bar_type != c.CHOOSEBAR_STATIC):
zombie_volume += 2