diff --git a/src/events/intro/pcAppearance.js b/src/events/intro/pcAppearance.js index ddf00b804e628869291c76e9d7caa14f63fe991c..298d176be69526fd3cefee419d459916d87a2263 100644 --- a/src/events/intro/pcAppearance.js +++ b/src/events/intro/pcAppearance.js @@ -903,7 +903,7 @@ App.UI.Player.design = function() { if (V.PC.shoulders !== 0) { r.push(`and`); } - let breastShapeDesc; + let breastShapeDesc = ""; if (V.PC.boobShape === "saggy") { breastShapeDesc = ` that sag a bit`; } else if (V.PC.boobShape === "spherical") {