Преглед на файлове

Fixed tails having "are" no matter what

tags/v1.0.0
Fen Dweller преди 6 години
родител
ревизия
bf7bf45752
No known key found for this signature in database 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…
Отказ
Запис