From a4ef3c04aef119207574a089d7c2fbc09110ab84 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Sat, 16 Mar 2019 15:08:08 -0500
Subject: [PATCH] Stuff

---
 src/js/walkPastJS.js                   | 6 +++---
 src/uncategorized/bulkSlaveGenerate.tw | 2 +-
 src/uncategorized/options.tw           | 2 +-
 src/uncategorized/remoteSurgery.tw     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index 82a8695ee00..3dd022e939f 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -2280,7 +2280,7 @@ window.buttWatch = function(slave) {
 	/* will be moved up once this becomes a single, contained function. */
 	let t = "";
 	let V = State.variables;
-	
+
 	let pronouns = getPronouns(slave);
 	let he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun;
 	let He = capFirstChar(he), His = capFirstChar(his);
@@ -2589,13 +2589,13 @@ window.buttWatch = function(slave) {
 		case "a tube top and thong":
 		case "a t-shirt and thong":
 		case "a slutty klan robe":
-			t += `${He}'s made an effort to keep ${his} thong out of ${his} crack, but it quickly slips back in with ${his} movements.`; 
+			t += `${He}'s made an effort to keep ${his} thong out of ${his} crack, but it quickly slips back in with ${his} movements.`;
 			break;
 		case "an oversized t-shirt":
 			t += `${His} oversized t-shirt is covering ${his} rear, but it can be lifted easily enough.`;
 			break;
 		default:
-			//"a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a sports bra" "a t-shirt" 
+			//"a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a sports bra" "a t-shirt"
 			if (slave.chastityAnus && slave.chastityVagina) {
 				t += `${His} chastity protects ${his} holes from penetration.`;
 				V.target = "FondleButt";
diff --git a/src/uncategorized/bulkSlaveGenerate.tw b/src/uncategorized/bulkSlaveGenerate.tw
index 9df0f034988..e3e278f9602 100644
--- a/src/uncategorized/bulkSlaveGenerate.tw
+++ b/src/uncategorized/bulkSlaveGenerate.tw
@@ -41,7 +41,7 @@
 	<<if $HA.schoolUpgrade != 0>>
 		<<set $discount = 375>>
 	<</if>>
-	
+
 <<case "NUL">>
 	<<if $NUL.schoolUpgrade != 0>>
 		<<set $discount = 375>>
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 70a02deb9bc..96522656670 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -552,7 +552,7 @@ Assignment performance vignettes on the end week report are
 		Sidebar Cheats are currently @@.red;HIDDEN.@@ [[Enable|Options][$cheatModeM = 1]]
 	<</if>>
 <<else>>
-	Cheatmode is currently @@.red;DISABLED.@@ [[Enable|Options][$cheatMode = 1]] 
+	Cheatmode is currently @@.red;DISABLED.@@ [[Enable|Options][$cheatMode = 1]]
 	//This will allow manual selection of events and unlock some options that would usually be restricted by progress//
 <</if>>
 <br>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index ccea849c4b0..59645a40aca 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -523,7 +523,7 @@ $He has
 	<<elseif $activeSlave.boobsImplant > 200>>
 		moderate, <<print $activeSlave.boobsImplant>>cc
 	<<elseif $activeSlave.boobsImplant > 0>>
-		small, <<print $activeSlave.boobsImplant>>cc 
+		small, <<print $activeSlave.boobsImplant>>cc
 	<</if>>
 	<<if $activeSlave.boobsImplantType == 1>>
 		string
-- 
GitLab