Переглянути джерело

Hoof toes are also hooves. Weee

tags/v0.7.0
Fen Dweller 7 роки тому
джерело
коміт
7da1a149d5
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      game.js

+ 1
- 1
game.js Переглянути файл

@@ -141,7 +141,7 @@ let macro =
result = plural ? "toes" : "toe";
break;
case "hoof":
result = plural ? "toes" : "toe";
result = plural ? "hooves" : "hoof";
break;
case "foot":
result = plural ? "toes" : "toe";


Завантаження…
Відмінити
Зберегти