|
|
|
@@ -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); |
|
|
|
} |
|
|
|
|