소스 검색

Pull join() out of pickString()

tags/v1.1.1
Fen Dweller 5 년 전
부모
커밋
3f1d036823
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      recursive-desc.js

+ 3
- 3
recursive-desc.js 파일 보기

@@ -255,14 +255,14 @@ function defaultAnalVore(container, macro, verbose, flat) {
container.describe(false) + ". ",
(container.count > 1 ? "They slide" : "It slides"),
"inside with ease."
].join(" "), [
], [
"You grab",
container.describe(false) + ",",
"shoving",
(container.count > 1 ? "your victims" : "your victim"),
"right up your rear with a muffled <i>shlrkh</i>."
].join(" ")
);
]
).join(" ");

}



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