Selaa lähdekoodia

Hoof toes are also hooves. Weee

tags/v0.7.0
Fen Dweller 8 vuotta sitten
vanhempi
commit
7da1a149d5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      game.js

+ 1
- 1
game.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna