*added symbolic units for metric and customary. (EX m instead of metet)
*removed some "-" from body part descriptions that didn't make sense
*toggle units button now displays the correct units on start
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.";
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);
@@ -1573,7 +1573,7 @@ let macro =
}
if (this.hasBreasts) {
line = "You have two " + length(this.breastDiameter, unit, true) + "-wide breasts that weigh " + mass(macro.breastMass, unit) + " apiece.";
line = "You have two " + length(this.breastDiameter, unit, true) + "wide breasts that weigh " + mass(macro.breastMass, unit) + " apiece.";
if (this.lactationEnabled) {
line += " They slosh with " + volume(this.milkStorage.amount, unit, false) + " of creamy milk.";
document.getElementById("button-option-toggle_units").innerText = "Units:\n" + unit.charAt(0).toUpperCase() + unit.slice(1); //sets units button to display selected unit on start