diff --git a/game.js b/game.js index 77f92d7..d2aad6e 100644 --- a/game.js +++ b/game.js @@ -1451,8 +1451,9 @@ let macro = if (this.maleParts) { if (this.hasSheath && this.arousal < 75) { line = "Your " + this.describeDick + " cock is hidden away in your bulging sheath, with two " + mass(macro.ballMass, unit, true) + ", " + length(macro.ballDiameter, unit, true) + "-wide balls hanging beneath."; + } else { + line = "Your " + this.describeDick + " cock hangs from your hips, with two " + mass(macro.ballMass, unit, true) + ", " + length(macro.ballDiameter, unit, true) + "-wide balls hanging beneath."; } - line = "Your " + this.describeDick + " cock hangs from your hips, with two " + mass(macro.ballMass, unit, true) + ", " + length(macro.ballDiameter, unit, true) + "-wide balls hanging beneath."; result.push(line); result.push(macro.balls.description); }