浏览代码

Fixed tail vore breaking for more than 4 tails.

tags/v1.0.0
Fen Dweller 6 年前
父节点
当前提交
332696508e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      game.js

+ 2
- 1
game.js 查看文件

@@ -1055,7 +1055,7 @@ let macro =
if (verbose || flat) {
prey = flatten(prey);
}
if (this.container.count == 0)
return "Your pouch is empty";
else
@@ -2968,6 +2968,7 @@ function tail_vore(count)
totalPrey = totalPrey.merge(prey);
}

let line = describe("tails-vore", totalPrey, macro, verbose, flat).replace("$COUNT", macro.tailCount);
lines.push(line);
}



正在加载...
取消
保存