This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Hoof toes are also hooves. Weee
tags/v0.7.0
Fen Dweller
7 years ago
parent
6f8c69eff2
commit
7da1a149d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
View 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";
Write
Preview
Loading…
Cancel
Save