From e43bea0836c430bb81df9b6f43fb449d608e354d Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 10 Jun 2018 05:28:06 -0400
Subject: [PATCH] That spelling.

---
 src/gui/Encyclopedia/encyclopedia.tw   | 2 +-
 src/uncategorized/bulkSlaveGenerate.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index d485c388b01..ae21bc4fd60 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -712,7 +712,7 @@ Choose a more particular entry below:
 
 	<br><br>Slaves who have been in slavery long enough that it is effectively their career get a bonus to @@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "Devotion"]]@@. Slaves can forget their [[career experience|Encyclopedia][$encyclopedia = "Career Experience"]] in an industrialized Dairy, but if they do so and remain sane, they will get a special bonus to both @@.hotpink;[[devotion|Encyclopedia][$encyclopedia = "Devotion"]]@@ and @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@.
 
-	<br><br>Facility heads and working slaves can gain work expirence to provide the same benerfit as having a revelant career. Intelligence is the deciding factor in how long this will take, brilliant slaves can achive this idealy in a about fourtheen weeks while borderline retarded slaves can take up two hundred weeks (Assuming that the slave's intelligence doesn't change at all and the dice roll is consistant).
+	<br><br>Facility heads and working slaves can gain work experience to provide the same benefit as having a relevant career. Intelligence is the deciding factor in how long this will take, brilliant slaves can achieve this ideally in a about fourteen weeks while borderline retarded slaves can take up two hundred weeks (Assuming that the slave's intelligence doesn't change at all and the dice roll is consistent).
 
 
 <<case "Attendant">>
diff --git a/src/uncategorized/bulkSlaveGenerate.tw b/src/uncategorized/bulkSlaveGenerate.tw
index b7f734c0528..b7eb06ffe73 100644
--- a/src/uncategorized/bulkSlaveGenerate.tw
+++ b/src/uncategorized/bulkSlaveGenerate.tw
@@ -78,7 +78,7 @@
 
 /* Determine if Law Compliance effects must be applied to this transaction */
 <<switch $slaveMarket>>
-<<case "indentures" "neighbor" "heap" "TSS" "GRI" "SCP" "LDE" "TGA" "HA" "TCR" "TFS">> /* these markets are exempt from law compliance */
+<<case "indentures" "neighbor" "heap" "TSS" "GRI" "SCP" "LDE" "TGA" "HA" "TCR" "TFS" "wetware">> /* these markets are exempt from law compliance */
 	<<set $applyLaw = 0>>
 <<default>> /* all other markets are not exempt: corporate, hunters, kidnappers, neighbor, raiders, trainers, TSS, GRI, SCP, LDE, TGA, HA, TFS */
 	<<set $applyLaw = 1>>
-- 
GitLab