瀏覽代碼

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

}



Loading…
取消
儲存