diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index 7d981c9cfbbc78b5cffe5d27d43feda421c31920..1f5ee8c20e7348ad39ca25a8e082b94a45efb3cd 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 cb6bd48d81e01a94556a439c03b49c648caa1011..e41f715d542e5dcc52c16818cc30da6131275339 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 c6d94b780e3a007d02c904927c4fe2471df09828..d4e6ebb087c86b42fc81f110ae217882e80d4390 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 503954ff77ef1c175f4f8e75b5d377deed59dd1d..fc2ce28f4d1fc30c5e927d5c8ee5ebfc3da8dcfd 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>>