From ef9588e7e88f15a946bf79f37ab7e82cd40aacbe Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 11 Mar 2017 17:50:50 -0500
Subject: [PATCH] Fixes

---
 src/npc/startingGirls/startingGirls.tw | 2 +-
 src/uncategorized/RESS.tw              | 2 +-
 src/uncategorized/futureSocities.tw    | 6 +++++-
 src/uncategorized/saRelationships.tw   | 2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index 7d981c9cfbb..1f5ee8c20e7 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -139,7 +139,7 @@ __You are customizing this slave:__
 	<</if>>
 <</if>>
 /* this block makes starting girls actually apply the slave origins, mostly since it just hates you and everything you do */
-<<if $originOveride = 0>>
+<<if $originOveride == 0>>
 	<<if $PC.career is "capitalist">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
 			<<set $activeSlave.origin to "To solidify an investment in hermaphrodite self-fertility, you took part in a test successful test trial. Nine months later your daughter was born.">>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index cb6bd48d81e..e41f715d542 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -7767,7 +7767,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 	<<replace "#result">>
 		You announce that you're resolved to continue growing her breasts, and since she feels like a cow, plan to help her fulfill her image of herself. She's experienced enough to know not to question what that means, just to @@color:gold;fear the intent behind it.@@ She's right to worry, as you drag her to the remote surgery for an impromptu lactation implant installation. When she comes to, she immediately realizes her breasts are larger than ever. As she brings a hand to each of the full mounds, a moan laced with relief and disdain escapes her lips; along with a strong gush of milk from her engorged breasts. She has been taught a harsh lesson about questioning your will, a lesson she will be reminded of every time she has to empty her ever swelling breasts of their excessive milk. As with all surgery @@color:red;her health has been slightly affected.@@
 		<<set $activeSlave.trust -= 5>>
-		<<set $activeSlave.latation = 2>>
+		<<set $activeSlave.lactation = 2>>
 		<<set $activeSlave.health -= 10>>
 		<<set $cash -= $surgeryCost>>
 	<</replace>>
diff --git a/src/uncategorized/futureSocities.tw b/src/uncategorized/futureSocities.tw
index c6d94b780e3..d4e6ebb087c 100644
--- a/src/uncategorized/futureSocities.tw
+++ b/src/uncategorized/futureSocities.tw
@@ -419,7 +419,11 @@ You are spending ¤$FSSpending each week to support your societal goals.
 <<else>>
 	Decrease |
 <</if>>
-[[Increase|Future Society][$FSSpending += 1000]]
+<<if $FSSpending < 10000>>
+	<<click "Increase">><<set $FSSpending += 1000>><<goto "Future Society">><</click>>
+<<else>>
+	Increase
+<</if>>
 
 <br>
 <span id="mass">
diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index 503954ff77e..fc2ce28f4d1 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -737,7 +737,7 @@
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif random(1, 100) > (100 - $seed) - (0.2 * _SlaveI.attrXY)>>
-					<<if (_SlaveJ.balls > 0) || (_SlaveJ.faceShape = "masculine")>>
+					<<if (_SlaveJ.balls > 0) || (_SlaveJ.faceShape == "masculine")>>
 						She not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Without meaning it to, their relationship becomes @@color:lightgreen;strongly emotional@@ as well as physical.
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
-- 
GitLab