From 7da1a149d5f8968d856c37b64f38c6f359dc734a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 19 Mar 2018 00:37:56 -0400 Subject: [PATCH] Hoof toes are also hooves. Weee --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index dd778f7..a0f51b8 100644 --- a/game.js +++ b/game.js @@ -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";