diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js index 55ee65e3f26c040948a66bf41f7f08eb9a65c8a4..e85fb546127330d74acc6418c3f16193ee3f5844 100644 --- a/src/interaction/main/walkPast.js +++ b/src/interaction/main/walkPast.js @@ -9120,9 +9120,6 @@ globalThis.walkPast = (function() { t += `<<faceDescription>>`; t += `<<mouthDescription>>`; switch (slave.collar) { - case "a Fuckdoll suit": // TODO: there does not seem to be documentation for a fuckdoll suit collar. - t += `${His} suit is expressly designed to encourage use of ${his} face hole.`; - break; case "uncomfortable leather": t += `${His} uncomfortable leather collar makes ${him} swallow and lick ${his} lips periodically, making it look like ${he}'s offering oral even though ${he}'s just trying to relieve the discomfort.`; break; @@ -9171,11 +9168,15 @@ globalThis.walkPast = (function() { t += `${His} wesekh glints richly as ${he} moves, sparkling with opulence and sensuality.`; break; default: - t += `${His} unadorned `; - if (V.PC.dick !== 0) { - t += `throat is just waiting to be wrapped around a thick shaft.`; + if (slave.clothes === "a Fuckdoll suit") { + t += `${His} suit is expressly designed to encourage use of ${his} face hole.`; } else { - t += `lips are just begging for a cunt to lavish attention on.`; + t += `${His} unadorned `; + if (V.PC.dick !== 0) { + t += `throat is just waiting to be wrapped around a thick shaft.`; + } else { + t += `lips are just begging for a cunt to lavish attention on.`; + } } } switch (slave.mouthAccessory ) {