diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index ffa7314ea8416b9b25825431201346af9433bf43..26747f7fe0c8d97c033210bb071697601f33762e 100644
--- a/src/interaction/main/toychest.js
+++ b/src/interaction/main/toychest.js
@@ -291,7 +291,7 @@ App.Interact.ToyChest = function(slave) {
 				r += `${His} lovely qipao is a delicious contradiction of conservative silk patterns and scandalously high cuts.`;
 				break;
 			case "a bimbo outfit":
-				r += `The way ${his} underwear is revealed by ${his} clothing just exudes sluttiness.`
+				r += `The way ${his} underwear is revealed by ${his} clothing just exudes sluttiness.`;
 				break;
 			case "a courtesan dress":
 				r += `The layered dress ${he}'s wearing, and the posture forced by its corset, gives your office an air of elegance.`;
diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js
index 27c92c56c9d16052420e9c04d9e9adaacc327e23..d1c82b3767bbc253a625ca54b0b1651d65e1e0ca 100644
--- a/src/js/slaveSummaryWidgets.js
+++ b/src/js/slaveSummaryWidgets.js
@@ -4202,9 +4202,9 @@ window.SlaveSummaryUncached = (function() {
 				case "sport shorts":
 					return `Shorts.`;
 				case "a bimbo outfit":
-					return `Bimbo outfit.`
+					return `Bimbo outfit.`;
 				case "a courtesan dress":
-					return `Courtesan dress.`
+					return `Courtesan dress.`;
 				default:
 					return `Naked.`;
 			}
diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw
index be4e0d3da6ea6fcb95f53e9366bae87319bd8c7a..eab6a103a23a3f97c989fba84d9449f85c676379 100644
--- a/src/utility/descriptionWidgetsPiercings.tw
+++ b/src/utility/descriptionWidgetsPiercings.tw
@@ -214,7 +214,6 @@
 			The piercings are tantalizingly visible under the dress's tight top.
 		<<case "stretch pants and a crop-top">>
 			The piercings are tantalizingly visible under $his crop-top.
-		<<case "a courtesan dress">>
 		<</switch>>
 	<</if>>
 <</if>>