浏览代码

One grammar correction

tags/v0.7.0
Fen Dweller 7 年前
父节点
当前提交
188be20ea3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      recursive-desc.js

+ 1
- 1
recursive-desc.js 查看文件

@@ -516,7 +516,7 @@ rules["eat"].push({
hasLessThan(container, "Person", 5);
},
"desc": function(container, macro, verbose) {
return "You crush the " + container.contents["Car"].describe() + " with your tight throat, washing it down with " + container.contents["Person"].describe();
return "You crush " + container.contents["Car"].describe() + " with your tight throat, washing it down with " + container.contents["Person"].describe();
}
});



正在加载...
取消
保存