diff --git a/src/interaction/prothesticLab.tw b/src/interaction/prothesticLab.tw
index 5e287dab754c9576bbeca5cac2edddd535b2023b..0e22853a2d6217a0f3706fcea1d11536c624c573 100644
--- a/src/interaction/prothesticLab.tw
+++ b/src/interaction/prothesticLab.tw
@@ -54,17 +54,17 @@ Prosthetic Lab
 		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 10]]
 		//Costs <<= cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 10>>
-		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 20]]
-		//Costs <<= cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
+		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 20]]
+		//Costs <<= cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 20>>
-		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 30]]
-		//Costs <<= cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
+		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(15000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 30]]
+		//Costs <<= cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 30>>
-		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 40]]
-		//Costs <<= cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
+		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 40]]
+		//Costs <<= cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 40>>
-		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 50]]
-		//Costs <<= cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
+		[[Expand facility|Prosthetic Lab][cashX(forceNeg(Math.trunc(25000*$upgradeMultiplierArcology)), "capEx"), $researchLab.maxSpace = 50]]
+		//Costs <<= cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>//
 	<<elseif $researchLab.maxSpace == 50>>
 		//Facility is fully expanded.//
 	<</if>>
diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw
index f253578503c356702214eef85615399478562ac3..6fb17488f81381b2b36f72e2e54494c9346d88fe 100644
--- a/src/npc/fFeelings.tw
+++ b/src/npc/fFeelings.tw
@@ -152,7 +152,7 @@ My favorite part of my body i<<s>>
 		<<elseif $PC.dick == 1>>
 			my tummy — and my womb! The <<s>>lo<<sh>>y feeling when I'm all packed full of cum in both end<<s>> get<<s>> me <<s>>o incredibly horny. <<S>>ometime<<s>> I wonder what it would be like if I were ju<<s>>t a puffed up, cum-balloon of a $woman, helple<<ss>> and filled with cum, over, and over, and — I'm <<s>>orry, <<Master>>. I'm being weird again, aren't I?
 		<<else>>
-			my mouth, I love how it feel<<s>> to — to eat pu<<ss>>y, <<Master>>. I love eating out your pu<<ss>>y. E<<s>>pe<<c>>ially when it<<s>> been filled up with <<s>>ome yummy cum. Maybe you could let me eat cum out of your pu<<ss>>y <<s>>oon?
+			my mouth, I love how it feel<<s>> to — to eat pu<<ss>>y, <<Master>>. I love eating out your pu<<ss>>y. E<<s>>pe<<c>>ially when it'<<s>> been filled up with <<s>>ome yummy cum. Maybe you could let me eat cum out of your pu<<ss>>y <<s>>oon?
 		<</if>>
 	<<elseif ($activeSlave.sexualFlaw == "attention whore") && ($activeSlave.fetishStrength > 95)>>
 		my whole $activeSlave.skin body, and whatever part of me i<<s>> be<<s>>t u<<s>>ed to make me look like a total <<s>>lut.
@@ -209,7 +209,7 @@ My favorite part of my body i<<s>>
 		<<elseif ($activeSlave.counter.birthsTotal > 10) && isFertile($activeSlave)>>
 			my womb. It'<<s>> made <<s>>o many babie<<s>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever.
 		<<elseif isFertile($activeSlave)>>
-			my womb. It<<s>> ready, <<Master>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever.
+			my womb. It'<<s>> ready, <<Master>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever.
 		<<else>>
 			my tight tummy, I like to imagine how it would <<s>>well if I got pregnant. I... I really wi<<sh>> we could put a baby in me, <<Master>>.
 		<</if>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index fbbd5632fbb386bfaf5452011e37612010af93e3..cb6fdd3bba84e979101b75ffd4723e25c36ef53c 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -946,7 +946,7 @@ You have a lot of work to do with <<EventNameLink>>. $He compounds the usual reb
 
 An escape attempt occurs and is stopped almost before you are informed of it. <<EventNameLink>> made a rash attempt to leave the penthouse, but $assistantName monitors everyone constantly and was able to enclose $him before $he got very far. <<if $assistant == 0>>It reports impersonally that the would-be escapee is locked in the entryway awaiting your judgment.<<else>>$He reports suggestively that the would-be escapee is locked in the entryway awaiting your pleasure.<</if>>
 <br><br>
-<<if $arcologyUpgrade.drones == 1>>Your advanced security systems are able to stop $him promptly, and there is no indication to the public that any escape attempt was made.<<else>>Your basic security systems are only able to stop $him by briefly locking down your penthouse, exciting @@.red;some adverse public comment.@@<<run repX(forceNeg(100), "event", $activeSlave)>><</if>>
+<<if $arcologyUpgrade.drones == 1>>Your advanced security systems are able to stop $him promptly, and there is no indication to the public that any escape attempt was made.<<else>>Your basic security systems are only able to stop $him by briefly locking down your penthouse, exciting @@.red;some adverse public comment.@@<<run repX(-100, "event", $activeSlave)>><</if>>
 <<if $activeSlave.indentureRestrictions > 0>>
 	<br><br>
 	This behavior has violated $his indenture contract, allowing you to apply more severe punishments that might otherwise breach it.
@@ -6035,7 +6035,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 	draped across you. The meeting is long enough that your interlocutors eventually realize that something unusual is going on, especially once $he wakes up and starts sleepily <<if $PC.dick == 1>>sucking your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eating you out<</if>>, out of frame. They're @@.red;slightly annoyed,@@ since having sex during meetings is still considered a minor faux pas, but you @@.yellowgreen;close the deal,@@ and $activeSlave.slaveName is @@.hotpink;very pleased@@ that you would rearrange your affairs to make time for <<if $PC.dick == 1>>one of $his blowjobs<<else>>oral sex with $him<</if>>.
 	<<set $activeSlave.counter.oral++, $oralTotal++>>
 	<<run cashX(_meetingBonus, "event", $activeSlave)>>
-	<<run repX(forceNeg(50), "event", $activeSlave)>>
+	<<run repX(-50, "event", $activeSlave)>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -9435,7 +9435,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<replace "#result">>
 	$HeadGirl.slaveName understands the situation immediately. _He2 gets _himself2 and $activeSlave.slaveName dressed for a nice, non-sexual 'date' in $clubName, and leads $him out by the hand with a wink over _his2 shoulder to you. Your Head Girl understands just what kind of break from sexual servitude $activeSlave.slaveName really needs. They enjoy a nice meal, take a stroll and talk as friends, and get some inconsequential but relaxing beauty treatments together. They both @@.hotpink;enjoy the relaxation,@@ and $activeSlave.slaveName @@.green;feels much better@@ after the rest, too.
 	<<set $activeSlave.devotion += 4, $activeSlave.health += 10>>
-	<<run cashX(forceNeg(500), "event", $activeSlave)>>
+	<<run cashX(-500, "event", $activeSlave)>>
 	<<set $slaves[$slaveIndices[$HeadGirl.ID]].devotion += 4>>
 	<</replace>>
 <</link>> //This option will cost <<print cashFormat(500)>>//
@@ -15594,7 +15594,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<replace "#result">>
 	Archimedes might have his lever, but give you a place to set such information as this, and you can move a mountain of money. Before he knows what has beset him, your tenant is bustled out of $arcologies[0].name and replaced by a favored and hopefully more honest competitor, who @@.green;is well aware of the score here.@@ $activeSlave.slaveName, who made this possible, spends the day <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>having $his pregnant belly moisturized, $his tired feet rubbed, $his cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take $him out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex, and $he @@.mediumaquamarine;trusts you@@ with all sorts of amusing whorehouse rumors.
 	<<set $activeSlave.devotion += 3, $activeSlave.trust += 3>>
-	<<run cashX(forceNeg(2000), "event", $activeSlave)>>
+	<<run cashX(-2000, "event", $activeSlave)>>
 	<<set $arcologies[0].prosperity += 1>>
 	<</replace>>
 <</link>> //This will cost <<print cashFormat(2000)>>//
@@ -17585,7 +17585,7 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 	<<replace "#result">>
 	<<for _ress = 0; _ress < _newSlaves.length; _ress++>>
 		<<run newSlave(_newSlaves[_ress])>> /* skip New Slave Intro */
-		<<run cashX(forceNeg(8333), "slaveTransfer", _newSlaves[_ress])>>
+		<<run cashX(-8333, "slaveTransfer", _newSlaves[_ress])>>
 	<</for>>
 	<<set _newSlaves[0].clothes = "no clothing">>
 	<<set _newSlaves[1].clothes = "no clothing">>
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 6b933bc0874046f0be827cbdafd5346cabbc4dce..7b5f22f7ebecfc3241d4a14959bd89bed679ba41 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -837,7 +837,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Clean up $his whorish appearance">>
 		<<replace "#introResult">>
-			$He's totally unsurprised when you send $him to the salon for a makeover. It takes several days of work before $he's brought back in for another inspection; when $he arrives, you wordlessly point $him to a full length mirror. $He <<if canSee($activeSlave)>>sees $himself<<else>> <<if $activeSlave.amp != 1>>tenderly uses $his hands and finds $himself<<else>> stoically waits while you vividly describe $his new appearance. One<</if>> <</if>> without tattoos, a hooker's haircut and piercings, a conventionally pretty $girl with subtle implants and a clean appearance. $He gasps <<if $activeSlave.amp != 0>>and covers $his mouth with a hand <<else>> but quickly closes $his mouth<</if>>, and then suddenly bursts into tears. "Thank you, <<Master>>," $he sobs. "I never would have thought." <<if $activeSlave.amp != 1>> $He reaches out to touch $his reflection.<</if>> "I <<if canSee($activeSlave)>> look <<else>> would look<</if>> like a nice $girl." $He is @@.hotpink;grateful to you@@ for <<if canSee($activeSlave)>>showing $him<<else>> <<if $activeSlave.amp != 1>> letting $him feel <<else>> detailing <</if>> <</if>> this new side of $himself, and has @@.mediumaquamarine;begun to trust@@ that being your slave will be less degrading than being a free prostitute.
+			$He's totally unsurprised when you send $him to the salon for a makeover. It takes several days of work before $he's brought back in for another inspection; when $he arrives, you wordlessly point $him to a full length mirror. $He <<if canSee($activeSlave)>>sees $himself<<else>><<if $activeSlave.amp != 1>>tenderly uses $his hands and finds $himself<<else>>stoically waits while you vividly describe $his new appearance. One<</if>><</if>> without tattoos, a hooker's haircut and piercings, a conventionally pretty $girl with subtle implants and a clean appearance. $He gasps <<if $activeSlave.amp != 0>>and covers $his mouth with a hand<<else>>but quickly closes $his mouth<</if>>, and then suddenly bursts into tears. "Thank you, <<Master>>," $he sobs. "I never would have thought."<<if $activeSlave.amp != 1>>$He reaches out to touch $his reflection. <<else>>$He pauses for just a moment. <</if>>I <<if canSee($activeSlave)>>look<<else>>feel<</if>> like a nice $girl." $He is @@.hotpink;grateful to you@@ for <<if canSee($activeSlave)>>showing $him<<else>><<if $activeSlave.amp != 1>>letting $him feel<<else>>detailing<</if>><</if>> this new side of $himself, and has @@.mediumaquamarine;begun to trust@@ that being your slave will be less degrading than being a free prostitute.
 		<</replace>>
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 4>>
diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 8ba7d4024064be86561dfdf504e799b0cdddb733..8253abdfb4cfeaedba17ddbc36cd79ca87b5e14d 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -132,7 +132,7 @@ On formal occasions, you are announced as $PCTitle.
 	<<run repX(10, "architecture")>>
 <<elseif ($weatherAwareness == 0) && ($weatherCladding == 1)>>
 	The public @@.red;disapproves@@ of the ugly weather hardening you have applied to the arcology's exterior, not understanding what you're worried about.
-	<<run repX(forceNeg(100), "architecture")>>
+	<<run repX(-100, "architecture")>>
 <</if>>
 
 <<if $arcologies[0].FSRestartDecoration == 100>>
@@ -220,7 +220,7 @@ On formal occasions, you are announced as $PCTitle.
 			<<else>>
 				Society views getting fucked as sign of femininity and is @@.red;strongly against your sexual preferences.@@
 				<<= FSChange("GenderRadicalist", -1)>>
-				<<run repX(forceNeg(1000), "PCactions")>>
+				<<run repX(-1000, "PCactions")>>
 			<</if>>
 		<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $PC.vagina == 1 && $PC.title == 0>>
 			<<if $rep > 10000>>
@@ -229,14 +229,14 @@ On formal occasions, you are announced as $PCTitle.
 			<<else>>
 				Society wonders if you would be happier in a whore house getting fucked all day instead of trying to lead an arcology. Your efforts @@.red;strongly support@@ the idea that women should not be in positions of responsibility.
 				<<= FSChange("GenderFundamentalist", -3)>>
-				<<run repX(forceNeg(1000), "PCactions")>>
+				<<run repX(-1000, "PCactions")>>
 			<</if>>
 		<<else>>
 			<<if $rep > 15000>>
 				You are so well liked that society has accepted that you enjoy taking everything a slave has to offer.
 			<<else>>
 				Society finds your penchant for taking slave dick @@.red;very distasteful@@ for a slaveowner.
-				<<run repX(forceNeg(500), "PCactions")>>
+				<<run repX(-500, "PCactions")>>
 			<</if>>
 		<</if>>
 	<</if>>
@@ -356,7 +356,7 @@ On formal occasions, you are announced as $PCTitle.
 					principle; your fecund figure exposes not only your willingness to be penetrated, but your
 				<</if>>
 				breach of eugenics. Your citizens are @@.red;livid@@ over your actions and are calling for your removal.
-				<<run repX(forceNeg(500), "PCactions")>>
+				<<run repX(-500, "PCactions")>>
 				<<if $eugenicsFullControl != 1>>
 					<<set $failedElite += 100>>
 				<</if>>
@@ -373,7 +373,7 @@ On formal occasions, you are announced as $PCTitle.
 				principle; your fecund figure exposes not only your willingness to be penetrated, but your
 			<</if>>
 			breach of the eugenics you are pushing for. Your citizens are @@.red;disgusted@@ by both your body and your lack of commitment.
-			<<run repX(forceNeg(500), "PCactions")>>
+			<<run repX(-500, "PCactions")>>
 			<<if $eugenicsFullControl != 1>>
 				<<set $failedElite += 50>>
 			<</if>>
@@ -394,7 +394,7 @@ On formal occasions, you are announced as $PCTitle.
 			principle; your fecund figure exposes your willingness to be penetrated,
 		<</if>>
 		making it @@.red;harder for you to maintain your reputation.@@
-		<<run repX(forceNeg(200), "PCactions")>>
+		<<run repX(-200, "PCactions")>>
 	<</if>>
 <</if>>
 
@@ -422,7 +422,7 @@ On formal occasions, you are announced as $PCTitle.
 
 <<if $PCSlutContacts == 2>>
 	You are actively starring in pornographic videos. While they are rather exclusive, @@.red;some still leak out to the public,@@ harming your image.
-	<<run repX(forceNeg(50), "PCactions")>>
+	<<run repX(-50, "PCactions")>>
 	<<if isPlayerFertile($PC)>>
 		That's not all that leaks out of you, considering all your shoots are rubber free.
 		<<= knockMeUp($PC, 20, 0, 0, 1)>>
@@ -596,7 +596,6 @@ On formal occasions, you are announced as $PCTitle.
 		<</if>>
 		<<set $arcologies[0].FSRestart -= $FSSingleSlaveRep>>
 		<<run repX(forceNeg((5*$FSSingleSlaveRep*($arcologies[0].FSRestart/$FSLockinLevel))+($rep/40)), "babyTransfer")>>
-		<<run repX(forceNeg(50), "PCactions")>>
 	<<elseif $arcologies[0].FSPaternalist != "unset">>
 		Society @@.red;greatly despises@@ your poor treatment of slave infants.
 		<<run repX(forceNeg((25*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel))+($rep/20)), "babyTransfer")>>
@@ -619,7 +618,7 @@ On formal occasions, you are announced as $PCTitle.
 		are paternalistic enough to tolerate
 	<<else>>
 		@@.red;disapprove@@ of
-		<<run repX(forceNeg(50), "PCactions")>>
+		<<run repX(-50, "PCactions")>>
 	<</if>>
 	your support for marriage between citizens and slaves.
 <</if>>
@@ -661,7 +660,7 @@ On formal occasions, you are announced as $PCTitle.
 
 <<if $arcologies[0].FSRestartLaw == 1>>
 	Your laws requiring the non-elite to pay additional taxes or be sterilized @@.red;agitates@@ some of your citizens, but they don't matter. Only your @@.green;pleased@@ elite do.
-	<<run repX(forceNeg(100), "policies")>>
+	<<run repX(-100, "policies")>>
 	<<set $failedElite -= 1>>
 <</if>>
 
@@ -672,7 +671,7 @@ On formal occasions, you are announced as $PCTitle.
 
 <<if $FrigiditySMR == 1>>
 	Your market regulations regarding slave sex drives @@.red;outrages@@ your citizens seeking sex slaves, since only slaves disinterested in sex are available.
-	<<run repX(forceNeg(250), "policies")>>
+	<<run repX(-250, "policies")>>
 <</if>>
 
 <<if $PC.degeneracy > 0>>