Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
stroll
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
11
Wiki
Actividad
Explorar el Código
Hoof toes are also hooves. Weee
tags/v0.7.0
Fen Dweller
hace 7 años
padre
6f8c69eff2
commit
7da1a149d5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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";
Escribir
Vista previa
Cargando…
Cancelar
Guardar