Kaynağa Gözat

More detail + fixed wrong non-sadistic line

tags/v1.1.2
Fen Dweller 5 yıl önce
ebeveyn
işleme
97705b4d57
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E80B35A6F11C3656
1 değiştirilmiş dosya ile 9 ekleme ve 3 silme
  1. +9
    -3
      recursive-desc.js

+ 9
- 3
recursive-desc.js Dosyayı Görüntüle

@@ -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),


Yükleniyor…
İptal
Kaydet