From f8ecc8b54d48385fee9323cbefcf1a748b01ea57 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Mon, 3 Jun 2019 22:19:34 -0500
Subject: [PATCH] TypoFix

---
 src/pregmod/csec.tw                     | 6 +++---
 src/uncategorized/surgeryDegradation.tw | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index e7521eed452..7db84b3da39 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -354,7 +354,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 						<<set _babyCost = random(-12,12)>>
 						<<if $activeSlave.prematureBirth > 0>><<set _babyCost = -45>><</if>>
 					<</if>>
-					$His <<if _curBabies > 1>>babies were<<else>>baby was<</if>> sold for <<if _curBabies > 1>>a total of <</if>><<if $activeSlave.prematureBirth == 1>>@@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>,@@ a low price, due to the added costs of caring for them.<<else>>@@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>.@@<</if>>
+					sold for <<if _curBabies > 1>>a total of <</if>><<if $activeSlave.prematureBirth == 1>>@@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>,@@ a low price, due to the added costs of caring for them.<<else>>@@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>.@@<</if>>
 					<<if $activeSlave.fetish == "mindbroken" || $activeSlave.fuckdoll > 0>>
 						$activeSlave.slaveName lacks the capacity to understand what you've done.
 					<<elseif $activeSlave.devotion > 95>>
@@ -375,7 +375,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 			<</link>>
 		<</if>>
 	<<elseif _lostBabies != 1 && $DefaultBirthDestination != "individually decided fates">>
-		$His <<if _curBabies > 1>>babies<<else>>baby<</if>> were sent to $DefaultBirthDestination.
+		sent to $DefaultBirthDestination.
 		<<switch $DefaultBirthDestination>>
 		<<case "an orphanage">>
 			$activeSlave.slaveName
@@ -523,7 +523,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 <br><br>
 Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@
 <<if ($PC.medicine >= 100)>>
-	Since you @@.springgreen;performed the surgery yourself,@@ and you do artist's work, $his health is @@.green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely.
+	Since you @@.springgreen;performed the surgery yourself,@@ and you do an artist's work, $his health is @@.green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely.
 	<<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
 		$He went into the surgery very aware that you were performing it manually.
 		<<if ($activeSlave.devotion < _oldDevotion)>>
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index ba3499d6384..fb5d957300f 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -2744,7 +2744,7 @@ As the remote surgery's long recovery cycle completes,
 <<if ($PC.medicine >= 100) && !["basicPLimbs", "beautyPLimbs", "combatPLimbs", "cyberPLimbs", "sexPLimbs"].includes($surgeryType)>>
 	<br><br>
 	<<if !["body hair removal", "braces", "chem castrate", "eyebrow removal", "hair removal", "insemination", "removeBraces"].includes($surgeryType)>>
-		Since you @@.springgreen;performed the surgery yourself,@@ and you do artist's work, $his health is @@.green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely.
+		Since you @@.springgreen;performed the surgery yourself,@@ and you do an artist's work, $his health is @@.green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely.
 		<<set $activeSlave.health += 5>>
 	<</if>>
 	<<if ($activeSlave.fetish != "mindbroken" && !$activeSlave.fuckdoll)>>
-- 
GitLab