| @@ -1106,18 +1106,24 @@ function defaultPiss(container, macro, verbose, flat) { | |||||
| return [ | return [ | ||||
| "You sigh with relief as", | "You sigh with relief as", | ||||
| "$VOLUME", | "$VOLUME", | ||||
| "of hot, rancid piss erupts from", | |||||
| "of hot,", | |||||
| pickString("rancid", "steaming", "fuming"), | |||||
| "piss erupts from", | |||||
| macro.maleParts ? "your " + macro.describeDick + "," : "between your legs,", | macro.maleParts ? "your " + macro.describeDick + "," : "between your legs,", | ||||
| "inundating", | "inundating", | ||||
| container.describe(verbose), | 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(" ") | ].filter(Boolean).join(" ") | ||||
| } | } | ||||
| else { | else { | ||||
| return [ | return [ | ||||
| "You sigh with relief as", | "You sigh with relief as", | ||||
| "$VOLUME", | "$VOLUME", | ||||
| "of hot, rancid piss erupts from", | |||||
| "of piss erupts from", | |||||
| macro.maleParts ? "your " + macro.describeDick + "," : "between your legs,", | macro.maleParts ? "your " + macro.describeDick + "," : "between your legs,", | ||||
| "spraying down", | "spraying down", | ||||
| container.describe(verbose), | container.describe(verbose), | ||||