The scene can use Steele's either vagina and ass depending on certain conditions, but one of the passages is hardcoded to mention pussy, which can lead to situation of penetrated orifice suddenly changing mid-scene:
JavaScript:
let hole = -1;
if(pc.hasVagina() && !pc.isFullyWombPregnant())
{
hole = pc.findEmptyPregnancySlot(GLOBAL.PREGSLOT_VAG);
if(hole < 0) hole = rand(pc.vaginas.length);
}
// ...
// example of proper hole selection
output("\n\n[wulfe.name] grunts as she thrusts forward and sinks the tapered point of her cock inside your quivering " + (hole < 0 ? "asshole" : "pussy") + ", carrying her momentum forward to brutishly push several inches into you in one go.");
// ...
// !doesn't check which hole is the target in this passage
else if (pc.hasVagina()) output(", your mistress’ merciless plowing of your shivering pussy driving you higher and higher, your walls squeezing down on her absurd length");
// ...