Sfoglia il codice sorgente

Hoof toes are also hooves. Weee

tags/v0.7.0
Fen Dweller 7 anni fa
parent
commit
7da1a149d5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      game.js

+ 1
- 1
game.js Vedi File

@@ -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";


Loading…
Annulla
Salva