diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index 91ba8540fcd90237e4d2dd5898bfbe697af6c408..350876cb0288e52902abac342be681c05b481686 100644 --- a/src/js/descriptionWidgets.js +++ b/src/js/descriptionWidgets.js @@ -980,9 +980,9 @@ App.Desc.waist = } else { r += `an <span class=pink>absurdly narrow waist</span> that gives ${him} a cartoonishly hourglass figure`; if (slave.weight > 30) { - r += `made even more ludicrous by ${his} extra weight. `; + r += ` made even more ludicrous by ${his} extra weight. `; } else if (slave.weight < -30) { - r += `made even more ludicrous by how thin ${he} is. `; + r += ` made even more ludicrous by how thin ${he} is. `; } else { r += `. `; }