ソースを参照

Fixed incorrect text on defaultScat

tags/v1.0.0
jsb5468 6年前
コミット
ea5dd00007
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      recursive-desc.js

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

@@ -951,7 +951,7 @@ function defaultScat(container, macro, verbose, flat) {
} else if (container.count == 0) {
return "You squat down and let out a $MASS log of shit.";
} else if (isSadistic(macro)) {
let line = "You squat down, letting out a grunt as your rancid bowels force out a $MASS, $LENGTH-long heap of shit. The fatally-pungent scat buries " + container.describe(verbose) + ", ending " + numberRough(sum,"of") + " lives and entombing them in your shit.";
let line = "You squat down, letting out a grunt as your rancid bowels force out a $MASS, $LENGTH-long heap of shit. The fatally-pungent scat buries " + container.describe(verbose) + ", ending " + numberRough(sum,"of") + (sum > 1 ? " lives" : " life") + " and entombing them in your shit.";
if (macro.scatStorage.victims.count > 0) {
line += " Embedded in the vomit-inducing heap are the mangled, crushed remains of " + listSum(macro.scatStorage.victims.sum()) + ", " + numberRough(get_living_prey(macro.scatStorage.victims.sum()), "of") + " living creatures converted to noxious scat by your disgusting depths.";
}


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