diff --git a/devNotes/legacy files/artWidgets-legacy b/devNotes/legacy files/artWidgets-legacy
index c9b8a29c6e17b3d7850f77a8e1f5e8e8639abfbb..2ab0c78478d5410310311d6a8f7604469c17435d 100644
--- a/devNotes/legacy files/artWidgets-legacy	
+++ b/devNotes/legacy files/artWidgets-legacy	
@@ -257,7 +257,7 @@ $args[2]: icon UI Display for vector art, 1 for on.
 		<<print "<img class='paperdoll' src=" + _folderLoc + "/body/addon/clit piercing.svg'" + "/>">>
 	<<elseif $args[0].clitPiercing == 2>>
 		<<print "<img class='paperdoll' src=" + _folderLoc + "/body/addon/clit piercing heavy.svg'" + "/>">>
-	<<elseif $args[0].clitPiercing >= 3>>
+	<<elseif $args[0].clitPiercing == 3>>
 		<<print "<img class='paperdoll' src=" + _folderLoc + "/body/addon/clit piercing smart.svg'" + "/>">>
 	<</if>>
 	<<if $args[0].vaginaPiercing == 1>>
diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw
index 7c1ed481377b1e1d4efbbb19ca58892a35d9d9ec..f205b17a7cdab1e9c48502c1d3c73cec6763fe78 100644
--- a/src/facilities/nursery/childInteract.tw
+++ b/src/facilities/nursery/childInteract.tw
@@ -916,10 +916,10 @@ Typical reward: ''<span id="standardReward">$activeChild.standardReward</span>.'
 <<link "Have $him remain chaste">><<set $activeChild.releaseRules = "chastity">><<replace "#releaseRules">>$activeChild.releaseRules<</replace>><</link>>
 
 /* TODO: will children be able to have clit piercings? */
-<<if $activeChild.clitPiercing >= 3>>
+<<if $activeChild.clitPiercing == 3>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if $activeChild.dick < 1>>
-		$His <<if $activeSlave.clitPiercing == 4>>advanced<<else>>smart<</if>> clit piercing is set to
+		$His smart clit piercing is set to
 	<<else>>$His smart frenulum piercing is set to
 	<</if>>
 	<strong><span id="setting">$activeChild.clitSetting</span></strong>.
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 05f02ec94febb59a7cafafa527d0c276f47e4ec2..569f4a5ba4f16cd524351746b1456063d00d3463 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -1683,7 +1683,7 @@ $He did not expect to find you here, and is so preoccupied that $he doesn't noti
 <br><br>
 <<if ($activeSlave.aphrodisiacs > 0) || $activeSlave.inflationType == "aphrodisiac">>
 	The aphrodisiacs racing through $his system have $him desperate to get off, right now.
-<<elseif ($activeSlave.clitPiercing >= 3) && ($activeSlave.clitSetting != "none")>>
+<<elseif ($activeSlave.clitPiercing == 3) && ($activeSlave.clitSetting != "none")>>
 	$His <<if $activeSlave.vagina > -1>>clit<<else>>frenulum<</if>> piercing is keeping $his arousal exquisitely balanced for $his inspection.
 <<else>>
 	The mild aphrodisiacs in the slave food have clearly built up some arousal that $he hasn't been able to address recently.
@@ -10468,8 +10468,8 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	You explain the effects of the
 	<<if ($activeSlave.aphrodisiacs > 0) || $activeSlave.inflationType == "aphrodisiac">>
 		sex drugs
-	<<elseif ($activeSlave.clitPiercing >= 3) && ($activeSlave.clitSetting != "none")>>
-		<<if $activeSlave.clitPiercing == 4>>advanced<<else>>smart<</if>> <<if $activeSlave.vagina > -1>>clit<<else>>frenulum<</if>> piercing
+	<<elseif ($activeSlave.clitPiercing == 3) && ($activeSlave.clitSetting != "none")>>
+		smart <<if $activeSlave.vagina > -1>>clit<<else>>frenulum<</if>> piercing
 	<<else>>
 		slave food
 	<</if>>
@@ -18015,7 +18015,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 				<<else>>
 					thin
 				<</if>>
-				waist, running your hands across $his skin. Then you <<if $activeSlave.clitPiercing >= 3>>activate $his <<if $activeSlave.clitPiercing == 4>>advanced<<else>>smart<</if>> frenulum piercing<<else>>secure a couple of little egg vibes to $his dick<</if>>. $He gasps as the vibration starts, and then gasps again as $his anus tightens involuntarily with the stimulation, squeezing the <<if $PC.dick == 1>>warm penis<<else>>phallus<</if>> that fills it. $He <<if $activeSlave.voice > 0>>moans openly<<else>>rasps mutely<</if>> as you pull out and then thrust into $him. Much against $his will, $he <<if canAchieveErection($activeSlave)>>quickly becomes erect<<else>>starts to drip precum, which is $his ballsless body's way of showing arousal<</if>>.
+				waist, running your hands across $his skin. Then you <<if $activeSlave.clitPiercing == 3>>activate $his smart frenulum piercing<<else>>secure a couple of little egg vibes to $his dick<</if>>. $He gasps as the vibration starts, and then gasps again as $his anus tightens involuntarily with the stimulation, squeezing the <<if $PC.dick == 1>>warm penis<<else>>phallus<</if>> that fills it. $He <<if $activeSlave.voice > 0>>moans openly<<else>>rasps mutely<</if>> as you pull out and then thrust into $him. Much against $his will, $he <<if canAchieveErection($activeSlave)>>quickly becomes erect<<else>>starts to drip precum, which is $his ballsless body's way of showing arousal<</if>>.
 				<<if $activeSlave.fetish == "buttslut">>
 				<<if $activeSlave.fetishKnown == 1>>
 					<<if $activeSlave.fetishStrength > 95>>
diff --git a/src/uncategorized/assistantEvents.tw b/src/uncategorized/assistantEvents.tw
index 18a7c5cc03c58c7def6dcc959dd34d447d24c202..4a6c58deecde0e19c98ece42c3f349edf0084738 100644
--- a/src/uncategorized/assistantEvents.tw
+++ b/src/uncategorized/assistantEvents.tw
@@ -39,7 +39,7 @@ One morning, after seeing to an immense pile of business with $assistantName pro
 <</if>>
 <<set _smartPiercings = 0>>
 <<for $i = 0; $i < $slaves.length; $i++>>
-	<<if ($slaves[$i].clitPiercing >= 3)>>
+	<<if ($slaves[$i].clitPiercing == 3)>>
 		<<set _smartPiercings = 1>>
 		<<break>>
 	<</if>>
@@ -1164,7 +1164,7 @@ and asks, "May I have a name?"
 <<set $marketAssistantAnnounced = 1>>
 <<set _smartPiercings = 0>>
 <<for $i = 0; $i < $slaves.length; $i++>>
-	<<if ($slaves[$i].clitPiercing >= 3)>>
+	<<if ($slaves[$i].clitPiercing == 3)>>
 		<<set _smartPiercings = 1>>
 		<<break>>
 	<</if>>
@@ -1763,4 +1763,4 @@ _HeA says with enthusiasm.
 
 <</switch>>
 
-</span>
\ No newline at end of file
+</span>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index bd7bf8a2e82ec2fe03349e795191fd56c22942cd..9085f49bec623dd2bdc37fed96b59e120acfe03c 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -1601,7 +1601,7 @@
 
 <<if ($slaves[$i].clitPiercing == 3)>>
 	<<if $slaves[$i].fuckdoll > 0>>
-		$His <<if $activeSlave.clitPiercing == 4>>advanced<<else>>smart<</if>> <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing is slaved to $his stimulation systems.
+		$His smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing is slaved to $his stimulation systems.
 	<<elseif $slaves[$i].fetish == "mindbroken">>
 		The effects of $his smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing cannot reach $his shattered mind.
 	<<else>>