Explorar el Código

Hoof toes are also hooves. Weee

tags/v0.7.0
Fen Dweller hace 7 años
padre
commit
7da1a149d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver fichero

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


Cargando…
Cancelar
Guardar