瀏覽代碼

Fixed tails having "are" no matter what

tags/v1.0.0
Fen Dweller 6 年之前
父節點
當前提交
bf7bf45752
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: E80B35A6F11C3656
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      game.js

+ 1
- 1
game.js 查看文件

@@ -534,7 +534,7 @@ let macro =
}

if (prey.count == 0) {
return "Your " + this.owner.tailDesc + " are empty.";
return "Your " + this.owner.tailDesc + " " + (this.owner.tailCount > 1 ? "are" : "is") + " empty.";
} else {
if (this.owner.tailVoreToStomach) {
return "Your " + this.owner.tailDesc + " " + (this.owner.tailCount > 1 ? "clench and squeeze around " : "clenches and squeezes around ") + prey.describeSimple(verbose || flat) + ", working them deeper and deeper inside.";


Loading…
取消
儲存