From 66fc7f443b24d1444eaa6856577b51641e949ce7 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 4 Sep 2022 19:20:24 -0400
Subject: [PATCH] Be more accurate about the effects of keeping slaves nude.

---
 src/interaction/siWardrobe.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js
index 49c5533360e..59e81ea3c8a 100644
--- a/src/interaction/siWardrobe.js
+++ b/src/interaction/siWardrobe.js
@@ -856,7 +856,7 @@ App.UI.SlaveInteract.wardrobe = function(slave, contentRefresh) {
 		switch (category) {
 			case "clothes":
 				if (itemName === "no clothing") {
-					desc.push("Increases devotion for resistant humiliations fetishists and nymphos.");
+					desc.push("Increases devotion for resistant slaves, humiliation fetishists, submissives and nymphos.");
 				} else if (item) {
 					switch (item.exposure) {
 						case 4:
-- 
GitLab