From 0048946f0b17477be0b086e63457a014a9ee9f0a Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 11 May 2020 02:22:34 -0400
Subject: [PATCH] fuckdoll fix

---
 src/interaction/main/walkPast.js | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js
index 55ee65e3f26..e85fb546127 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 ) {
-- 
GitLab