diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw
index 2630cf32e23141c0314f7495a683a17359bebbce..ec19d56ebe4b48d7ad34223dc9d130d03b4e330b 100644
--- a/src/pregmod/electiveSurgery.tw
+++ b/src/pregmod/electiveSurgery.tw
@@ -3,7 +3,7 @@
 You arrive at your favorite plastic surgeon for your appointment to find them as busy as ever, but you find yourself quickly hurried into an exam room by their cute assistant. She wastes no time in hurrying you into her office, stripping you down, measuring you and making sure you are healthy enough for surgery, all the while not so subtly running her hands across every part of you. "So, what can I help you with?"
 
 <br><br>
-"You sure you want to mess with that lovely face?" She teases, caressing your cheek. "@@.yellowgreen;<<print cashFormat(5000 * $upgradeMultiplierMedicine)>>.@@ Also wouldn't recommend changing your eyes, face shape or skin color; some security systems get real uppity over things like that. Though I s'pose race and hair can fall under that as well, but hey, we don't handle racial surgery and this isn't a hair salon, so nothing to worry about, right? Yes, I'm certain your systems will recognize you after we finish working on you — give us some credit."
+"You sure you want to mess with that lovely face?" she teases, caressing your cheek. "@@.yellowgreen;<<print cashFormat(5000 * $upgradeMultiplierMedicine)>>.@@ Also wouldn't recommend changing your eyes, face shape or skin color; some security systems get real uppity over things like that. Though I s'pose race and hair can fall under that as well, but hey, we don't handle racial surgery and this isn't a hair salon, so nothing to worry about, right? Yes, I'm certain your systems will recognize you after we finish working on you — give us some credit."
 <br>
 You're @@.orange;$PC.actualAge years old.@@
 <<if $PC.actualAge >= 65>>
diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw
index 2e9e3ab1a8de736a3e47110abf44f1294af7fb9b..58d737658141792113a925c05bbcf4c4206783fa 100644
--- a/src/pregmod/fMarry.tw
+++ b/src/pregmod/fMarry.tw
@@ -715,16 +715,16 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 <<if $cash > 10000>>
 	<<if $weddingPlanned > 0>>
 		<<if $weddingPlanned == 1>>
-			<br>Invite prominent citizens to a wedding (This will cost <<print cashFormat(10000)>>):
+			<br>Invite prominent citizens to a wedding:
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
 			<<link "Straightforward ceremony">>
 				<<replace "#result">>
 				You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week.
 				<<set $weddingPlanned = 1>>
 				<<set $marrying.push($activeSlave.ID)>>
-				<<run cashX(forceNeg(10000), "event", $activeSlave)>>
+				<<run cashX(-10000, "event", $activeSlave)>>
 				<</replace>>
-			<</link>>
+			<</link>> //This will cost <<print cashFormat(10000)>>//
 		<<else>>
 			<br>
 			&nbsp;&nbsp;&nbsp;&nbsp;
@@ -744,9 +744,9 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 					You order $assistantName to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week.
 					<<set $weddingPlanned = 2>>
 					<<set $marrying.push($activeSlave.ID)>>
-					<<run cashX(forceNeg(10000), "event", $activeSlave)>>
+					<<run cashX(-10000, "event", $activeSlave)>>
 					<</replace>>
-				<</link>> //This will involve the slave having sex with a very large number of citizens//
+				<</link>> //This will involve the slave having sex with a very large number of citizens, and cost <<print cashFormat(10000)>>//
 			<<else>>
 				<br>
 				&nbsp;&nbsp;&nbsp;&nbsp;
@@ -767,9 +767,9 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 					You order $assistantName to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week.
 					<<set $weddingPlanned = 3>>
 					<<set $marrying.push($activeSlave.ID)>>
-					<<run cashX(forceNeg(10000), "event", $activeSlave)>>
+					<<run cashX(-10000, "event", $activeSlave)>>
 					<</replace>>
-				<</link>> //This will involve you impregnating the slave//
+				<</link>> //This will involve you impregnating the slave, and cost cost <<print cashFormat(10000)>>//
 				<br>
 			<<else>>
 				<br>
@@ -791,9 +791,9 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 			You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week.
 			<<set $weddingPlanned = 1>>
 			<<set $marrying.push($activeSlave.ID)>>
-			<<run cashX(forceNeg(10000), "event", $activeSlave)>>
+			<<run cashX(-10000, "event", $activeSlave)>>
 			<</replace>>
-		<</link>>
+		<</link>> //This will cost <<print cashFormat(10000)>>//
 		<<if ($activeSlave.vagina != 0) && ($activeSlave.anus != 0)>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
 			<<link "Orgiastic ceremony">>
@@ -801,9 +801,9 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 				You order $assistantName to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week.
 				<<set $weddingPlanned = 2>>
 				<<set $marrying.push($activeSlave.ID)>>
-				<<run cashX(forceNeg(10000), "event", $activeSlave)>>
+				<<run cashX(-10000, "event", $activeSlave)>>
 				<</replace>>
-			<</link>> //This will involve the slave having sex with a very large number of citizens//
+			<</link>> //This will involve the slave having sex with a very large number of citizens, and will cost <<print cashFormat(10000)>>//
 		<</if>>
 		<<if isFertile($activeSlave) && ($PC.dick == 1)>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
@@ -812,11 +812,10 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 				You order $assistantName to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week.
 				<<set $weddingPlanned = 3>>
 				<<set $marrying.push($activeSlave.ID)>>
-				<<run cashX(forceNeg(10000), "event", $activeSlave)>>
+				<<run cashX(10000, "event", $activeSlave)>>
 				<</replace>>
-			<</link>> //This will involve you impregnating the slave//
+			<</link>> //This will involve you impregnating the slave, and will cost <<print cashFormat(10000)>>//
 		<</if>>
-		 //This will cost <<print cashFormat(10000)>>//
 	<</if>>
 <<else>>
 	//You cannot afford an elaborate ceremony//
diff --git a/src/pregmod/reMaleArcologyOwner.tw b/src/pregmod/reMaleArcologyOwner.tw
index 2f68f0634d6421a1b6386a82282d5da6ec3e5681..bcf092d66b697125aba391231802a713297bd5b9 100644
--- a/src/pregmod/reMaleArcologyOwner.tw
+++ b/src/pregmod/reMaleArcologyOwner.tw
@@ -35,7 +35,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower
 			You move to waddle past him and purposefully stumble, prompting him to catch you. Feigning fatigue, you politely ask if he'd help you out. You aren't exactly subtle as he walks you back to your room, dropping hints at how difficult your pregnancy has been and just how good it feels to be with a man. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when you enter, disrobe and splay yourself across the bed, it's just you and him.
 			<<if _randomForeignFS > 90>>
 				It's immediately clear by the look on his face that you made a mistake. The man clearly comes from a society that dislikes pregnant woman leading and your attempt to manipulate him into being your lover has pushed him past his level of tolerance. He storms out in anger and, upon returning to the party, makes your underhanded efforts known. @@.red;Your reputation has taken a major hit.@@
-				<<run repX(forceNeg(1000), "event")>>
+				<<run repX(-1000, "event")>>
 			<<elseif _randomForeignFS > 70>> repop
 				It's immediately clear by the look on his face that you made a mistake. He wastes no time in leaping onto the bed, and in his haste, barely manages to disrobe. Before you can attempt to take control, he's hilted in your needy vagina and giving you the fucking your body has been craving. He leaves a few hours later with a satisfied expression and returns to the party, where he puts in a good word for just how good you were. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his.
 				<<run repX(100, "event")>>
@@ -56,19 +56,19 @@ He strikes a fine balance in conversation with you, firm enough to not overpower
 				<<if $PC.boobsImplant != 1>>
 					After a few minutes of you jiggling your cleavage around, however, it becomes apparent that, while he does frequently eye it, it just isn't to his tastes. He excuses himself and withdraws. You return to your <<if $PC.refreshmentType == 0>>$PC.refreshment<<elseif $PC.refreshmentType == 1>>glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>pouch of $PC.refreshment<<elseif $PC.refreshmentType == 4>>syringe of $PC.refreshment<<elseif $PC.refreshmentType == 5>>bottle of $PC.refreshment<<elseif $PC.refreshmentType == 6>>sheet of $PC.refreshment<</if>>, consoling yourself that you are not exactly starved for company.
 				<<else>>
-					After a few minutes, it becomes clear that something else is on his mind than renewable energy and he politely excuses himself, though not before dropping something into your cleavage. The women watches dejectedly as you fish out his business card. Taking the hint, you scan the room and find him slowly leaving once he makes eye contact; a clear invitation to follow him. As you wander down the hall, you feel a hand cup one of your firm globes and pull you into an embrace. While he seems content to just grope you, you had other plans and begin undoing his belt. You gasp a little as his member pops out into your hands, eager for some attention of its own. He wastes no time in pulling your ample bust downwards and slipping his eager cock between your breasts. You grab his hips for support as he vigorously pistons into your chest, struggling to retake control of the situation before he renders you enable to return to the party. With a joyous groan, he blows his load deep into your bosom and down your dress. As he helps you to your feet, and the stain under your wrack grows larger, you give him a kiss on the cheek and head off to change. He returns to the party, and from your serving slaves, seems to have boasted about how well you do business. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his.
+					After a few minutes, it becomes clear that something else is on his mind than renewable energy and he politely excuses himself, though not before dropping something into your cleavage. The women watches dejectedly as you fish out his business card. Taking the hint, you scan the room and find him slowly leaving once he makes eye contact; a clear invitation to follow him. As you wander down the hall, you feel a hand cup one of your firm globes and pull you into an embrace. While he seems content to just grope you, you had other plans and begin undoing his belt. You gasp a little as his member pops out into your hands, eager for some attention of its own. He wastes no time in pulling your ample bust downwards and slipping his eager cock between your breasts. You grab his hips for support as he vigorously pistons into your chest, struggling to retake control of the situation before he renders you unable to return to the party. With a joyous groan, he blows his load deep into your bosom and down your dress. As he helps you to your feet, and the stain under your rack grows larger, you give him a kiss on the cheek and head off to change. He returns to the party, and from what your serving slaves tell you later, seems to have boasted about how well you do business. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his.
 					<<run repX(100, "event")>>
 					<<set $desc = "a thank-you note from a male arcology owner of your acquaintance that not-so-subtly suggests getting a bigger pair of implants">>
 					<<set $trinkets.push($desc)>>
 				<</if>>
 			<<elseif _randomForeignFS > 40 && $PC.boobsImplant != 1>> purist + expansion
-				conversation between him and the woman trying to convince him to invest in her solar power concern. After a few minutes of you jiggling your cleavage around, it becomes clear that his attention span for renewable energy is no where near what it is for big breasts just begging to pop out of their top. He excuses himself from the conversion, though not without intentionally bumping into your rack and slipping into the hall. The women glares daggers at you and returns to her drink, leaving you to follow suit and slip out of the party. As you wander down the hall, you feel a hand struggle to cup one of your jiggly globes and pull you into an embrace. While he seems content to just grope you, you had other plans and begin undoing his belt. You gasp a little as his member pops out into your hands, eager for some attention of its own. He wastes no time in pulling your ample bust downwards and slipping his eager cock between your breasts. You grab his hips for support as he vigorously pistons into your chest in an attempt to keep your balance under their motion and to make an attempt to retake control of the situation before he renders you enable to return to the party. With a joyous groan, he blows his load deep into your bosom and down your dress. As he helps you to your feet, and the stain under your wrack grows larger, you give him a kiss on the cheek and head off to change. He returns to the party, and from your serving slaves, seems to have boasted about how well you do business. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his.
+				conversation between him and the woman trying to convince him to invest in her solar power concern. After a few minutes of you jiggling your cleavage around, it becomes clear that his attention span for renewable energy is no where near what it is for big breasts just begging to pop out of their top. He excuses himself from the conversion, though not without intentionally bumping into your rack and slipping into the hall. The woman glares daggers at you and returns to her drink, leaving you to follow suit and slip out of the party. As you wander down the hall, you feel a hand struggle to cup one of your jiggly globes and pull you into an embrace. While he seems content to just grope you, you had other plans and begin undoing his belt. You gasp a little as his member pops out into your hands, eager for some attention of its own. He wastes no time in pulling your ample bust downwards and slipping his eager cock between your breasts. You grab his hips for support as he vigorously pistons into your chest in an attempt to keep your balance under their motion and to make an attempt to retake control of the situation before he renders you unable to return to the party. With a joyous groan, he blows his load deep into your bosom and down your dress. As he helps you to your feet, and the stain under your rack grows larger, you give him a kiss on the cheek and head off to change. He returns to the party, and from what your serving slaves tell you later, seems to have boasted about how well you do business. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his.
 				<<run repX(100, "event")>>
 				<<set $desc = "a thank-you note from a male arcology owner of your acquaintance with an attached list of natural supplements to make your tits even bigger">>
 				<<set $trinkets.push($desc)>>
 			<<else>>
 				conversation between him and the woman trying to convince him to invest in her solar power concern. Your attempts, at first, appear to be working as he begins to stutter and lose focus on the topic at hand, but he soon apologizes, wraps an arm around your shoulders, pulls you close and starts groping your enormous funbags. He returns to discussing business while using you like a stress ball and manages to seal a rather lucrative business deal. He gives you an appreciative squeeze and heads on his way, leaving you dumbfounded at what just happened. His reputation has improved significantly, while your status @@.red;as nothing more than stress relief@@ is made clear.
-				<<run repX(forceNeg(500), "event")>>
+				<<run repX(-500, "event")>>
 			<</if>>
 		<<else>>
 		<</if>>
diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw
index 8d1549144dea6c8d881f622226b44cc1cb423b7d..21c9224fab9e150de1a9c8c9ba936a9bdd20e2ac 100644
--- a/src/pregmod/rePregInventor.tw
+++ b/src/pregmod/rePregInventor.tw
@@ -94,7 +94,7 @@
 					<<else>>
 						surprisingly resilient, tight little pussy,
 					<</if>>
-					<<set _dump = VaginalVCheck()>>
+					<<run VaginalVCheck()>>
 			<<else>>
 				clench your legs around $his slutty head as $he drives your pussy over the edge with $his tongue,
 				<<set $activeSlave.counter.oral++, $oralTotal++>>
diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index ed2d15e889740b470e753de6fe359a71e5aaee37..8566fe8a580d600252ce810266d6d0c29d013fa6 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -85,7 +85,7 @@ PC.pregSource documentation
 <<set _babiesReduced = removeDuplicates(_babies)>>
 
 <<if _elite > 0>> /* for simplicity's sake, not going to allow other embryos to be added during an elite pregnancy */
-	Since you are heavily pregnant with a child of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child; that and a note stating your next breeding partner and a notice that <<print cashFormat(50000)>> has been added to your account. The Societal Elite are @@.green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your <<if _curBabies == 1>>little <<if _gender == "XX">>girl<<else>>boy<</if>> before they took <<if _gender == "XX">>her<<else>>him<</if>><<else>>babies before they took them<</if>> away to be raised into a proper member of the future world.
+	Since you are heavily pregnant with a child of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child; that and a note stating your next breeding partner and a notice that <<print cashFormat(50000)>> has been added to your account. The Societal Elite are @@.green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your <<if _curBabies == 1>>little <<if _gender == "XX">>girl<<else>>boy<</if>> before they took <<if _gender == "XX">>her<<else>>him<</if>><<else>>babies before they took them<</if>> away to be raised into <<if _curBabies > 1>>proper members<<else>>a proper member<</if>> of the future world.
 	<<set $PC.birthElite += _elite>>
 	<<if $PC.ovaryAge >= 55 && $playerAging == 2>>
 		You are getting too old to have children; you feel like <<if _curBabies > 1>>they<<else>>this<</if>> may be your last.
diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index 1b1e92e7f5d2282ce7c9e8ee50856d0bcf38968a..1cf02234a608eba86ce1a6e52f79d2ca5e04ea2d 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -12,7 +12,8 @@ You board your VTOL bird for the trip to the current location of the particularl
 <br><br>
 
 Once inside, you are able to fully absorb in the sights and sounds of the market proper. All sorts of items are available for purchase, from exotic beasts that may very well be the last of their kind, to the most lethal of weaponry both old and new, and even luxuries long gone. Despite the overbearing security, one's wallet can easily be emptied in this place.
-<br>There is quite the selection of refreshments available, you could always shift your orders from $PC.refreshment to something new. You want <<textbox "$PC.refreshment" $PC.refreshment "The Black Market">> and you want to
+<br><br>
+There is quite the selection of refreshments available, you could always shift your orders from $PC.refreshment to something new. You want <<textbox "$PC.refreshment" $PC.refreshment "The Black Market">> and you want to
 ''<<if $PC.refreshmentType == 0>>smoke<<elseif $PC.refreshmentType == 1>>drink<<elseif $PC.refreshmentType == 2>>eat<<elseif $PC.refreshmentType == 3>>snort<<elseif $PC.refreshmentType == 4>>inject<<elseif $PC.refreshmentType == 5>>pop<<else>>orally dissolve<</if>> it.'' |
 <<if $PC.refreshmentType != 0>>[[smoke it.|The Black Market][$PC.refreshmentType = 0]] |<</if>>
 <<if $PC.refreshmentType != 1>>[[drink it.|The Black Market][$PC.refreshmentType = 1]] |<</if>>