diff --git a/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw b/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw
index 920c5e539e91afe0f9833acd69a0bfd4bda74934..0f1f3a8e787eb6cae53e56a409353d604cb09133 100644
--- a/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw
+++ b/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw
@@ -17,10 +17,10 @@
 	<<set $PC.boobsImplant = Number($PC.boobsImplant) || 0>>
 <</if>>
 <<set $PC.butt = Number($PC.butt) || 0>>
-<<if $PC.butt == 0>>
+<<if $PC.butt == 0>>
 	<<set $PC.buttImplant = 0>>
 <<else>>
-	<<set $PC.buttImplant = Math.clamp($PC.buttImplant, 0, 1>>
+	<<set $PC.buttImplant = Math.clamp($PC.buttImplant, 0, 1)>>
 <</if>>
 <<if $PC.dick == 1>>
 	<<set $PC.balls = Number($PC.balls) || 0>>
@@ -30,8 +30,8 @@
 	<<set $PC.ballsImplant = 0>>
 <</if>>
 
-<<set $PC.dick = Math.clamp($PC.dick, 0, 1>>
-<<set $PC.vagina = Math.clamp($PC.vagina, 0, 1>>
+<<set $PC.dick = Math.clamp($PC.dick, 0, 1)>>
+<<set $PC.vagina = Math.clamp($PC.vagina, 0, 1)>>
 
 <<set $PC.ageImplant = Number($PC.ageImplant) || 0>>
 <<set $PC.playerAging = Number($PC.playerAging) || 0>>
diff --git a/src/js/clothingSelectionJS.tw b/src/js/clothingSelectionJS.tw
index 996520b58fdfd491cf4305b1d8d4b4bd517c1dd9..d7b7027b160e1041d44b986db7c13a498a7bc48e 100644
--- a/src/js/clothingSelectionJS.tw
+++ b/src/js/clothingSelectionJS.tw
@@ -350,7 +350,7 @@ window.todaysOutfit = function(slave) {
 			} else if(ArcologyZero.FSChineseRevivalist > 0) {
 				wardrobeFS.push({text: "and wears a brief qipao to show off and look Chinese at the same time.", clothes: "a slutty qipao"});
 			} else if(ArcologyZero.FSAztecRevivalist > 0) {
-				wardrobeFS.push({text: "and drapes a huipil over herself to to fit in with your Aztec revivalism.", clothes: "a huipil"});
+				wardrobeFS.push({text: "and drapes a huipil over herself to fit in with your Aztec revivalism.", clothes: "a huipil"});
 			}
 			if(ArcologyZero.FSGenderFundamentalist > 0) {
 				wardrobeFS.push({text: "and wears a cheerleader outfit to look like a hot slut.", clothes: "a cheerleader outfit"});