From 20f2311503bb5e66c321fe2669172617116fcfd0 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 10 Oct 2019 00:31:33 -0400
Subject: [PATCH] fixes

---
 src/interaction/main/toychest.js           | 2 +-
 src/js/slaveSummaryWidgets.js              | 4 ++--
 src/utility/descriptionWidgetsPiercings.tw | 1 -
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index ffa7314ea84..26747f7fe0c 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 27c92c56c9d..d1c82b3767b 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 be4e0d3da6e..eab6a103a23 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>>
-- 
GitLab