From 1d48182728dc58f77c8123189bbfbaa981b562f8 Mon Sep 17 00:00:00 2001
From: Blank <blank@national.shitposting.agency>
Date: Tue, 21 May 2019 16:09:59 -0700
Subject: [PATCH] General_Fixes

---
 src/pregmod/widgets/seBirthWidgets.tw | 2 +-
 src/uncategorized/resFailure.tw       | 2 +-
 src/uncategorized/slaveSold.tw        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 49432c236d7..e7a8a23d80b 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -1144,7 +1144,7 @@ All in all,
 		But $his offspring <<if _curBabies > 1>>are<<else>>is<</if>> healthy, so $his legacy will carry on.
 	<</if>>
 	<<set $activeSlave = $slaves[$i]>>
-	<<include "Remove activeSlave">>
+	<<= removeActiveSlave() >>
 	<<set $slaveDead = 1>>
 <</if>>
 
diff --git a/src/uncategorized/resFailure.tw b/src/uncategorized/resFailure.tw
index 326b8ec64e6..5e641dc1102 100644
--- a/src/uncategorized/resFailure.tw
+++ b/src/uncategorized/resFailure.tw
@@ -916,7 +916,7 @@ The failure of a prominent organization within your arcology has @@.red;affected
 				<<if $slaves[$i].origin == "$He was given to you by a failed branch campus of Nueva Universidad de Libertad right after $his graduation.">>
 					<<slaveCost $slaves[$i]>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
-					<<include "Remove activeSlave">>
+					<<= removeActiveSlave() >>
 					<<set $i -= 1>>
 				<</if>>
 			<<else>>
diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw
index b3196c39923..fcf386e64d4 100644
--- a/src/uncategorized/slaveSold.tw
+++ b/src/uncategorized/slaveSold.tw
@@ -1113,7 +1113,7 @@
 	<</if>>
 	
 <<case "concert hall">>
-	As $activeSlave.slaveName know spends all $his time backstage, $he's rarely seen again. Occasionally, however, a roadie will bring $him outside as he hauls the equipment, and $he jacks him off.
+	As $activeSlave.slaveName now spends all $his time backstage, $he's rarely seen again. Occasionally, however, a roadie will bring $him outside as he hauls the equipment, and $he jacks him off.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
 		<<if ($slaves[_ss].hears < 0)>>
 			<<run clearSummaryCache($slaves[_ss])>>
-- 
GitLab