소스 검색

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();
}
});



불러오는 중...
취소
저장