ソースを参照

More detail + fixed wrong non-sadistic line

tags/v1.1.2
Fen Dweller 5年前
コミット
97705b4d57
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更9行の追加3行の削除
  1. +9
    -3
      recursive-desc.js

+ 9
- 3
recursive-desc.js ファイルの表示

@@ -1106,18 +1106,24 @@ function defaultPiss(container, macro, verbose, flat) {
return [
"You sigh with relief as",
"$VOLUME",
"of hot, rancid piss erupts from",
"of hot,",
pickString("rancid", "steaming", "fuming"),
"piss erupts from",
macro.maleParts ? "your " + macro.describeDick + "," : "between your legs,",
"inundating",
container.describe(verbose),
"in a disgusting tide of yellow death."
"and melting",
(container.count > 1 ? "them" : "it"),
"them down to a boiling",
pickString("slurry of molten prey", "stew", "heap of charred slag"),
pickString("in mere seconds", "with terrifying speed", "like " + (container.count > 1 ? "they were" : "it was") + " tissue paper")
].filter(Boolean).join(" ")
}
else {
return [
"You sigh with relief as",
"$VOLUME",
"of hot, rancid piss erupts from",
"of piss erupts from",
macro.maleParts ? "your " + macro.describeDick + "," : "between your legs,",
"spraying down",
container.describe(verbose),


読み込み中…
キャンセル
保存