From 7a2902bc5193970b13bc09f8a7c6e49d70d0654c Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Sun, 7 Oct 2018 17:06:34 -0400
Subject: [PATCH] Fix

---
 src/uncategorized/saRecruitGirls.tw | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw
index 0950d9ed17b..3b6cd58c75e 100644
--- a/src/uncategorized/saRecruitGirls.tw
+++ b/src/uncategorized/saRecruitGirls.tw
@@ -574,8 +574,8 @@
 		<</if>>
 	<</if>>
 	<<if $arcologies[0].FSPastoralist != "unset">>
-		<<if $dairy > 0 && ($slaves[$i].lactation > 0 || ($dairySlaves > 0 && _FSintMod > ($dairyRestraintsSetting+1)))>>
-			<<if $dairySlaves > 0 && _FSintMod > ($dairyRestraintsSetting+1)>>
+		<<if $dairy > 0 && ($slaves[$i].lactation > 0 || ($dairySlaves > 0 && _FSIntMod > ($dairyRestraintsSetting+1)))>>
+			<<if $dairySlaves > 0 && _FSIntMod > ($dairyRestraintsSetting+1)>>
 				<<set _seed += 3, _FSdefend++>>
 			<</if>>
 			<<if $slaves[$i].lactation > 0>>
@@ -601,7 +601,7 @@
 	<</if>>
 	<<if $arcologies[0].FSChattelReligionist != "unset">>
 		<<if $slaves[$i].intelligence+$slaves[$i].intelligenceImplant > 15 && ($slaves[$i].devotion > 95 || $slaves[$i].trust > 95)>>
-			<<set _seed += 1, _FSdefend++, $arcologies[0].FSChattelReligionist += 0.01*$FSSingleSlaveRep*_FSintMod>>
+			<<set _seed += 1, _FSdefend++, $arcologies[0].FSChattelReligionist += 0.01*$FSSingleSlaveRep*_FSIntMod>>
 		<</if>>
 		<<if $slaves[$i].clothes == "a chattel habit" || $slaves[$i].clothes == "a fallen nuns habit" || $slaves[$i].clothes == "a penitent nuns habit" || $slaves[$i].clothes == "a hijab and abaya" || ($arcologies[0].FSRomanRevivalist != "unset" && $slaves[$i].clothes == "a toga")>>
 			<<set _seed += 1>>
@@ -874,7 +874,7 @@
 		<</if>>
 		<<if $arcologies[0].FSPastoralist != "unset">>
 			<<if $dairy>>
-				<<if $dairySlaves && _FSintMod > ($dairyRestraintsSetting+1)>>
+				<<if $dairySlaves && _FSIntMod > ($dairyRestraintsSetting+1)>>
 					<<if $slaves[$i].lactation > 0>>
 						$He schedules VR tours of $dairyName in order to popularize your free-range practices and quality products: the highlight each time is when $he hooks $his own teats into a milker and brings $himself to orgasm.
 					<<else>>
-- 
GitLab