From da39b232da98203745349cb0d26b3fb03c59d224 Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Wed, 23 Sep 2020 17:55:32 +0200
Subject: [PATCH] spelling

---
 src/uncategorized/saLongTermEffects.tw | 8 ++++----
 src/uncategorized/sellSlave.tw         | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 97461f2bcc5..2907e5bb43d 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -2489,7 +2489,7 @@
 <<else>>
 	<<set $slaves[$i].hormoneBalance = Math.clamp($slaves[$i].hormoneBalance * 1.5, -400, 400)>>
 <</if>>
-/* androgny really wants to sit around 0 and will fight changes to do so */
+/* androgyny really wants to sit around 0 and will fight changes to do so */
 <<if $slaves[$i].geneticQuirks.androgyny == 2>>
 	<<if $slaves[$i].hormoneBalance > 6>>
 		<<set $slaves[$i].hormoneBalance -= 10>>
@@ -3840,7 +3840,7 @@
 								<<set $slaves[$i].trust -= 4>>
 								<<set _studVaginal = 1>>
 							<<else>>
-								$slaves[$i].slaveName finds _Stud.slaveName is in a similar situation as $he is, so $he tries to make it as @@.mediumaquamarine;mutuably enjoyable as possible,@@ despite the awkwardness involved, while trying $his best to overlook that _Stud.slaveName is being forced to @@.lime;impregnate $him.@@
+								$slaves[$i].slaveName finds _Stud.slaveName is in a similar situation as $he is, so $he tries to make it as @@.mediumaquamarine;mutually enjoyable as possible,@@ despite the awkwardness involved, while trying $his best to overlook that _Stud.slaveName is being forced to @@.lime;impregnate $him.@@
 								<<set $slaves[$i].trust += 4>>
 								<<set $slaves[$i].need = 0>>
 							<</if>>
@@ -3919,7 +3919,7 @@
 								<<set $slaves[$i].devotion -= 4>>
 								<<set _rapeAddsFlaw = 1>>
 							<<else>>
-								$slaves[$i].slaveName finds _Stud.slaveName is in a similar situation as $he is, so $he tries to make it as @@.mediumaquamarine;mutuably enjoyable as possible,@@ despite the awkwardness involved, while trying $his best to overlook that _Stud.slaveName is being forced to @@.lime;impregnate $him.@@
+								$slaves[$i].slaveName finds _Stud.slaveName is in a similar situation as $he is, so $he tries to make it as @@.mediumaquamarine;mutually enjoyable as possible,@@ despite the awkwardness involved, while trying $his best to overlook that _Stud.slaveName is being forced to @@.lime;impregnate $him.@@
 								<<set $slaves[$i].trust += 4>>
 								<<set $slaves[$i].need = 0>>
 							<</if>>
@@ -4002,7 +4002,7 @@
 								<<set _studPenetrative = 1>>
 								<<set _studTakesV = 1>>
 							<<else>>
-								$slaves[$i].slaveName finds _Stud.slaveName is in a similar situation as $he is, so $he tries to make it as @@.mediumaquamarine;mutuably enjoyable as possible,@@ despite the awkwardness involved, while trying $his best to overlook that _Stud.slaveName is being forced to @@.lime;impregnate $him.@@
+								$slaves[$i].slaveName finds _Stud.slaveName is in a similar situation as $he is, so $he tries to make it as @@.mediumaquamarine;mutually enjoyable as possible,@@ despite the awkwardness involved, while trying $his best to overlook that _Stud.slaveName is being forced to @@.lime;impregnate $him.@@
 								<<set $slaves[$i].trust += 4>>
 								<<set $slaves[$i].need = 0>>
 								<<set _studPenetrative = 1>>
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 7f46eea2e2b..ebe9d4fdb8b 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -109,7 +109,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 			"Noble Lord,
 		<</if>>
 	<</if>>
-	My appraisal is complete. As the staturates of Imperial law direct, I have taken into account $his qualities, skills, and potential income should $he be placed in a brothel or other useful venue. My assessment finds the following.
+	My appraisal is complete. As the statutes of Imperial law direct, I have taken into account $his qualities, skills, and potential income should $he be placed in a brothel or other useful venue. My assessment finds the following.
 <<case "aztec">>
 	one of the arcology's slave examiners, walks elegantly in, wearing a very richly ornamented cape and a simple headdress to accentuate her face.<<if $arcologies[0].FSRepopulationFocusLaw == 1>> Her bronzed middle is noticeably swollen with pregnancy.<</if>> She acquaints herself with the slave and carries on a short inspection and a shorter conversation. She returns to you, goes on one knee, and follows by saying.
 	<<if def $PC.customTitle>>
-- 
GitLab