diff --git a/src/endWeek/saServeYourOtherSlaves.js b/src/endWeek/saServeYourOtherSlaves.js
index 7b04d0277c3bf73b92fff0008ffff98e6f6ab720..fea31cb0dafea7f40d70e490c8592772ed314ca8 100644
--- a/src/endWeek/saServeYourOtherSlaves.js
+++ b/src/endWeek/saServeYourOtherSlaves.js
@@ -1021,7 +1021,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() {
 				V.oralTotal += fuckCount;
 			}
 			r.push(`The lewdness emanating from beneath the table is not lost on the other diners, <span class="hotpink">much to ${domName}'s enjoyment.</span>`);
-			if (slave.need && slave.fetish === "exhibition") {
+			if (slave.need && slave.fetish === "humiliation") {
 				if (slave.fetishKnown) {
 					r.push(`${subName} needs this kind of exposure to be truly sexually satisfied; this week, ${his} desire for public sex is sated.`);
 				}
@@ -1531,6 +1531,14 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() {
 							slave.fetishKnown = 1;
 						}
 						break;
+					case "humiliation":
+						if (slave.fetish !== "humiliation") {
+							r.push(`${domName}'s taste for public sex has a lasting effect on ${subName}; <span class="lightcoral">${he}'s grown fond of exhibitionism.</span>`);
+							slave.fetish = "humiliation";
+							slave.fetishStrength = 35;
+							slave.fetishKnown = 1;
+						}
+						break;
 				}
 			} else {
 				switch (slave.fetish) {