From 61f478e33629ae1866d70965b8b8055fc3bc4d6f Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Tue, 23 Apr 2019 17:03:35 -0500
Subject: [PATCH] Whoops

---
 src/Mods/DinnerParty/dinnerPartyExecution.tw | 2 +-
 src/SpecialForce/TrickShotNight.tw           | 4 ++--
 src/uncategorized/genericPlotEvents.tw       | 2 +-
 src/uncategorized/reMilfTourist.tw           | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw
index a92591da94f..a0c08688fbb 100644
--- a/src/Mods/DinnerParty/dinnerPartyExecution.tw
+++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw
@@ -91,7 +91,7 @@
 			As you bite into the dick your palate is treated with barely a hint of salty taste at the center of your dicky roll. You smile as you know this is the taste of cum trapped in the shaft of the penis at the moment of death. Your guests also enjoy this exotic taste.
 			<<set _dishRating -= 2>>
 		<<else>>
-			As you bite into the dick you feel as if this dish is missing something. Something Je ne sais quoi.
+			As you bite into the dick you feel as if this dish is missing something. A certain 'je ne sais quoi'.
 			<<set _dishRating -= 2.5>>
 		<</if>>
 		/% Dish rating, could be made into a separate function/passage. The following will be called for every dish %/
diff --git a/src/SpecialForce/TrickShotNight.tw b/src/SpecialForce/TrickShotNight.tw
index 2463e042dab..0c18b661e1f 100644
--- a/src/SpecialForce/TrickShotNight.tw
+++ b/src/SpecialForce/TrickShotNight.tw
@@ -141,7 +141,7 @@ Despite your direct elevator, interaction with the majority of your security for
 							<br>
 							<<include "New Slave Intro">>
 						<</if>>
-						<<= IncreasePCSkills('warfare',  1)>>
+						<<= IncreasePCSkills('warfare', 1)>>
 					<</replace>>
 				<</link>>
 
@@ -156,7 +156,7 @@ Despite your direct elevator, interaction with the majority of your security for
 							<<run repX(10000, "event")>>
 							<<run cashX(50000, "event")>>
 						<</if>>
-						<<= IncreasePCSkills('warfare',  1)>>
+						<<= IncreasePCSkills('warfare', 1)>>
 					<</replace>>
 				<</link>>
 
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index 700c08d9f10..1c6d1878799 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -1343,7 +1343,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	<<run newSlave($activeSlave)>> /* skip New Slave Intro */
 	<</replace>>
 <</link>>
-<<= IncreasePCSkills('warfare',  2)>>
+<<= IncreasePCSkills('warfare', 2)>>
 
 <<case "aid invitation">>
 
diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw
index 15751de1bca..3c4204c00b8 100644
--- a/src/uncategorized/reMilfTourist.tw
+++ b/src/uncategorized/reMilfTourist.tw
@@ -164,7 +164,7 @@
 		/* 000-250-006 */
 	<</replace>>
 	<<replace "#result">>
-	When your new slave comes to, _his2 weight is hanging from _his2 wrists, bound over _his2 head. _He2's not exactly thin, making the position uncomfortable for _his2 arms, so _he2 groggily stands, finding _himself2 in a pool of light in the middle of a cell. _He2's nursing a tremendous hangover, and though _he2 does not realize it, _he2's drugged. You're present, though not visible, witnessing _his2 first conscious moment of slavery from your desk. Realization is slow. _He2's no innocent, so _he2 recognizes the sensations of waking up the morning after a night of drinking interspersed with vigorous vaginal, oral and anal intercourse, but _he2 does not remember the specifics. After a few minutes, _he2 understands that no one is coming, and speaks up hesitantly: "Is anyone there?" Getting no immediate answer, _he2 slumps against _his2 wrist restraints again, and begins to cry to _himself2. "W-why would a-anyone do this."
+	When your new slave comes to, _his2 weight is hanging from _his2 wrists, bound over _his2 head. _He2's not exactly thin, making the position uncomfortable for _his2 arms, so _he2 groggily stands, finding _himself2 in a pool of light in the middle of a cell. _He2's nursing a tremendous hangover, and though _he2 does not realize it, _he2's drugged. You're present, though not visible, witnessing _his2 first conscious moment of slavery from your desk. Realization is slow. _He2's no innocent, so _he2 recognizes the sensations of waking up the morning after a night of drinking interspersed with vigorous vaginal, oral, and anal intercourse, but _he2 does not remember the specifics. After a few minutes, _he2 understands that no one is coming, and speaks up hesitantly: "Is anyone there?" Getting no immediate answer, _he2 slumps against _his2 wrist restraints again, and begins to cry to _himself2. "W-why would a-anyone do this."
 	<br>
 	<<run cashX(-20000, "event", $activeSlave)>>
 	<<include "New Slave Intro">>
-- 
GitLab