diff --git a/src/player/desc/pLongCrotch.js b/src/player/desc/pLongCrotch.js index c0d44b86086e6619e242a294c6d003ff616412e1..599b004bfea88ada31b82fd42d7097efb682c714 100644 --- a/src/player/desc/pLongCrotch.js +++ b/src/player/desc/pLongCrotch.js @@ -139,7 +139,7 @@ App.Desc.Player.crotch = function(PC = V.PC) { if (canAchieveErection(PC)) { r.push(`around ${dickToEitherUnit(PC.dick)} long when erect`); } else if (PC.dick > maxErectionSize(PC)) { - r.push(`that swells to about ${dickToEitherUnit(PC.dick)} long when as hard as it can get,`); + r.push(`that swells to about ${dickToEitherUnit(PC.dick)} long when as hard as it can get`); } else { r.push(`that would stand around ${dickToEitherUnit(PC.dick)} long if you could get an erection`); }