瀏覽代碼

Hoof toes are also hooves. Weee

tags/v0.7.0
Fen Dweller 7 年之前
父節點
當前提交
7da1a149d5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      game.js

+ 1
- 1
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";


Loading…
取消
儲存