diff --git a/src/npc/descriptions/crotch/crotch.js b/src/npc/descriptions/crotch/crotch.js index c31e2878c48a16c244283b0bd36c5a01ea979318..193ee7e9de14d557fea36843eb795eec299e3527 100644 --- a/src/npc/descriptions/crotch/crotch.js +++ b/src/npc/descriptions/crotch/crotch.js @@ -27,6 +27,7 @@ App.Desc.crotch = function(slave, {market, eventDescription} = {}) { const clothing = App.Data.clothes.get(slave.clothes); if (clothing && clothing.desc && "crotch" in clothing.desc) { r.push(clothing.desc.crotch(slave)); + } else { switch (slave.clothes) { case "a Fuckdoll suit": r.push(`${slave.slaveName}'s`);