diff --git a/js/birth/birth.js b/js/birth/birth.js
index a98a61bbb5a2497aec8fd5e1d2516bcd42f51195..1705c7cc26dcdf6ec833f6843112407628335c77 100644
--- a/js/birth/birth.js
+++ b/js/birth/birth.js
@@ -21,7 +21,7 @@ globalThis.allBirths = function() {
 		let cSection = 0;
 		let slaveDead = 0;
 		let birthDamage = 0;
-		let _newMother = 0;
+		let newMother = 0;
 		let diffSize;
 		let curBabies;
 		const babies = (slave.pregType > 1) ? `babies` : `baby`;
@@ -72,7 +72,7 @@ globalThis.allBirths = function() {
 			/* birth complications calcs */
 			if (slave.counter.laborCount === 0 && slave.counter.birthsTotal === 0) {
 				V.birthDamage += 2;
-				_newMother = 1;
+				newMother = 1;
 			}
 			if (slave.mpreg === 1) {
 				if (slave.anus < 2) {
@@ -417,7 +417,7 @@ globalThis.allBirths = function() {
 
 		function birthCalc() {
 			slave.pregControl = "none";
-			const _beforeSize = WombGetVolume(slave);
+			const beforeSize = WombGetVolume(slave);
 			if (slave.broodmother > 0) {
 				slave.curBabies = WombBirth(slave, 37);
 				/* broodmothers - give birth for all 37+ week fetuses.*/
@@ -441,10 +441,10 @@ globalThis.allBirths = function() {
 				if (baby.fatherID === -1) {
 					V.PC.counter.slavesFathered++;
 				} else if (baby.fatherID > 0) {
-					const _babyDaddy = findFather(baby.fatherID);
-					if (_babyDaddy) {
-						const _adjust = _babyDaddy.counter.slavesFathered++;
-						adjustFatherProperty(_babyDaddy, "slavesFathered", _adjust);
+					const babyDaddy = findFather(baby.fatherID);
+					if (babyDaddy) {
+						const adjust = babyDaddy.counter.slavesFathered++;
+						adjustFatherProperty(babyDaddy, "slavesFathered", adjust);
 					}
 				}
 			}
@@ -464,16 +464,14 @@ globalThis.allBirths = function() {
 				}
 			}
 
-			const _afterSize = WombGetVolume(slave);
-			diffSize = _beforeSize / (1 + _afterSize);
-			// 1 used to avoid divide by zero error.
+			diffSize = beforeSize / (1 + WombGetVolume(slave)); // 1 used to avoid divide by zero error.
 		}
 
 		function birthMainScene() {
 			const el = new DocumentFragment();
-			let _compoundCondition;
+			let compoundCondition;
 			let r = [];
-			const _curStill = slave.curStillBirth;
+			const curStill = slave.curStillBirth;
 			/* -------- cow birth variant ---------------------------------------------------------------------*/
 			/* diffSize used for check result of partial birth size changes - if it = 2 then womb lost half of it's original size after partial birth, if it = 1 - no size lost. (We get this value as result of dividing of original womb size by after birth size)
 			This descriptions can be expanded with more outcomes later. But it's not practical to check values above 5-10 - it become too affected by actual value of womb size.
@@ -502,9 +500,9 @@ globalThis.allBirths = function() {
 				} else {
 					r.push(`to calf ${pregNumberName(curBabies, 2)}.`);
 				}
-				if (_curStill > 0 && curBabies > 0) {
-					r.push(`An additional${_curStill}`);
-					if (_curStill === 1) {
+				if (curStill > 0 && curBabies > 0) {
+					r.push(`An additional${curStill}`);
+					if (curStill === 1) {
 						r.push(`was`);
 					} else {
 						r.push(`were`);
@@ -514,48 +512,48 @@ globalThis.allBirths = function() {
 			} else {
 				/* ---------- normal birth variant. -------------------------------------------------------------*/
 
-				const _fathers = [];
+				const fathers = [];
 				for (const baby of slave.curBabies) {
 					if (baby.fatherID === 0) {
-						_fathers.push("an unknown father");
+						fathers.push("an unknown father");
 					} else if (baby.fatherID === -1) {
 						if (V.PC.dick !== 0) {
-							_fathers.push("your magnificent dick");
+							fathers.push("your magnificent dick");
 						} else {
-							_fathers.push("your powerful sperm");
+							fathers.push("your powerful sperm");
 						}
 					} else if (baby.fatherID === -2) {
-						_fathers.push("your arcology's eager citizens");
+						fathers.push("your arcology's eager citizens");
 					} else if (baby.fatherID === -3) {
-						_fathers.push("your former Master's potent seed");
+						fathers.push("your former Master's potent seed");
 					} else if (baby.fatherID === -4) {
-						_fathers.push("another arcology owner");
+						fathers.push("another arcology owner");
 					} else if (baby.fatherID === -5) {
-						_fathers.push("one of your clientele");
+						fathers.push("one of your clientele");
 					} else if (baby.fatherID === -6) {
-						_fathers.push("the Societal Elite");
+						fathers.push("the Societal Elite");
 					} else if (baby.fatherID === -7) {
-						_fathers.push("your own design");
+						fathers.push("your own design");
 					} else if (baby.fatherID === -8) {
-						_fathers.push("one of your animals");
+						fathers.push("one of your animals");
 					} else if (baby.fatherID === -9) {
-						_fathers.push("a Futanari Sister");
+						fathers.push("a Futanari Sister");
 					} else {
-						const _babyDaddy = findFather(baby.fatherID);
-						if (_babyDaddy) {
-							if (_babyDaddy.ID === slave.ID) {
-								_fathers.push(`${his} own sperm`);
-							} else if (_babyDaddy.dick === 0) {
-								_fathers.push(`${_babyDaddy.slaveName}'s potent seed`);
+						const babyDaddy = findFather(baby.fatherID);
+						if (babyDaddy) {
+							if (babyDaddy.ID === slave.ID) {
+								fathers.push(`${his} own sperm`);
+							} else if (babyDaddy.dick === 0) {
+								fathers.push(`${babyDaddy.slaveName}'s potent seed`);
 							} else {
-								_fathers.push(`${_babyDaddy.slaveName}'s virile cock and balls`);
+								fathers.push(`${babyDaddy.slaveName}'s virile cock and balls`);
 							}
 						} else {
-							_fathers.push("an unknown father");
+							fathers.push("an unknown father");
 						}
 					}
 				}
-				const _fathersReduced = removeDuplicates(_fathers);
+				const fathersReduced = removeDuplicates(fathers);
 
 				if (cSection === 1) {
 					r.push(`${He} was given <span class="orange">a cesarean section</span> due to health concerns.<br><br>`);
@@ -589,23 +587,23 @@ globalThis.allBirths = function() {
 				}
 				if (curBabies > 0) {
 					r.push(`created by`);
-					if (_fathersReduced.length > 2) {
-						for (let _seb = 0; _seb < _fathersReduced.length; _seb++) {
-							if (_seb < _fathersReduced.length - 1) {
-								r.push(`${_fathersReduced[_seb]},`);
+					if (fathersReduced.length > 2) {
+						for (let seb = 0; seb < fathersReduced.length; seb++) {
+							if (seb < fathersReduced.length - 1) {
+								r.push(`${fathersReduced[seb]},`);
 							} else {
-								r.push(`and ${_fathersReduced[_seb]}${(cSection === 1) ? `, entered the world` : ``}.`);
+								r.push(`and ${fathersReduced[seb]}${(cSection === 1) ? `, entered the world` : ``}.`);
 							}
 						}
-					} else if (_fathersReduced.length > 1) {
-						r.push(`${_fathersReduced[0]} and ${_fathersReduced[1]}${(cSection === 1) ? `, entered the world` : ``}.`);
+					} else if (fathersReduced.length > 1) {
+						r.push(`${fathersReduced[0]} and ${fathersReduced[1]}${(cSection === 1) ? `, entered the world` : ``}.`);
 					} else {
-						r.push(`${_fathersReduced[0]}${(cSection === 1) ? `, entered the world` : ``}.`);
+						r.push(`${fathersReduced[0]}${(cSection === 1) ? `, entered the world` : ``}.`);
 					}
 				}
-				if (_curStill > 0 && curBabies > 0) {
-					r.push(`An additional ${_curStill}`);
-					if (_curStill === 1) {
+				if (curStill > 0 && curBabies > 0) {
+					r.push(`An additional ${curStill}`);
+					if (curStill === 1) {
 						r.push(`was`);
 					} else {
 						r.push(`were`);
@@ -784,9 +782,9 @@ globalThis.allBirths = function() {
 			/* I think all this reactions should be showed only if no c'section used too. Setting it up for just in case: */
 			if (cSection === 0 && slave.assignment !== "work in the dairy") { // if not desired, this check can be easily removed or deactivated with condition set to true.
 				p = document.createElement("p");
-				if (_newMother === 1) {
+				if (newMother === 1) {
 					App.UI.DOM.appendNewElement("div", p, `${His} inexperience <span class="red">complicated ${his} first birth.</span>`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				}
 
 				if (slave.mpreg === 1) {
@@ -809,19 +807,19 @@ globalThis.allBirths = function() {
 
 				if (slave.weight < -95) {
 					App.UI.DOM.appendNewElement("div", p, `${His} very thin body <span class="red">was nearly incapable of birthing ${his} ${children}.</span>`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				} else if (slave.weight <= -30) {
 					App.UI.DOM.appendNewElement("div", p, `${His} thin body was <span class="red">ill-suited ${his} childbirth.</span>`);
 				}
 
 				if (slave.health.condition < -20) {
 					App.UI.DOM.appendNewElement("div", p, `${His} poor health made laboring <span class="red">exhausting.</span>`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				}
 
 				if (slave.health.illness >= 3) {
 					App.UI.DOM.appendNewElement("div", p, `${His} ongoing illness <span class="red">already sapped most of ${his} strength.</span>`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				}
 
 				if (slave.physicalAge < 6) {
@@ -830,30 +828,30 @@ globalThis.allBirths = function() {
 					App.UI.DOM.appendNewElement("div", p, `${His} young body had <span class="red">a lot of trouble</span> birthing ${his} ${babies}.`);
 				} else if (slave.physicalAge < 13) {
 					App.UI.DOM.appendNewElement("div", p, `${His} young body had <span class="red">trouble birthing</span> ${his} ${babies}.`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				}
 
 				if (slave.health.tired > 80) {
 					App.UI.DOM.appendNewElement("div", p, `${He} was thoroughly exhausted to begin with; ${he} <span class="red">lacked the energy to push at all.</span>`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				} else if (slave.health.tired > 50) {
 					App.UI.DOM.appendNewElement("div", p, `${He} was so tired, ${he} <span class="red">lacked the energy to effectively push.</span>`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				}
 
 				if (slave.muscles < -95) {
 					App.UI.DOM.appendNewElement("div", p, `${He} tried and tried but ${his} frail body <span class="red">could not push ${his} ${children} out.</span>`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				} else if (slave.muscles < -30) {
 					App.UI.DOM.appendNewElement("div", p, `${His} very weak body <span class="red">barely managed to push</span> out ${his} ${children}.`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				} else if (slave.muscles < -5) {
 					App.UI.DOM.appendNewElement("div", p, `${His} weak body <span class="red">struggled to push</span> out ${his} ${children}.`);
 				}
 
 				if (slave.preg > slave.pregData.normalBirth * 1.25) {
 					App.UI.DOM.appendNewElement("div", p, `${His} ${children} had extra time to grow <span class="red">greatly complicating childbirth.</span>`);
-					_compoundCondition = 1;
+					compoundCondition = 1;
 				}
 
 				if (slave.wombImplant === "restraint") {
@@ -864,7 +862,7 @@ globalThis.allBirths = function() {
 				if (
 					(
 						(slave.vagina >= 2 || slave.vaginaLube > 0) && slave.mpreg === 1) ||
-					_newMother === 0 ||
+					newMother === 0 ||
 					slave.hips > 0 ||
 					(setup.nurseCareers.includes(slave.career) && slave.fetish !== "mindbroken" && slave.muscles >= -95) ||
 					slave.intelligenceImplant >= 15 ||
@@ -885,7 +883,7 @@ globalThis.allBirths = function() {
 						}
 					}
 
-					if (_newMother === 0) {
+					if (newMother === 0) {
 						App.UI.DOM.appendNewElement("div", p, `${He} has <span class="green">given birth before,</span> so ${he} knows just what to do.`);
 					}
 
@@ -938,7 +936,7 @@ globalThis.allBirths = function() {
 				if (V.birthDamage > 0) {
 					healthDamage(slave, Math.round(V.birthDamage / 2) * 10);
 					slave.health.tired += Math.round((V.birthDamage / 2) * 10);
-					if (V.birthDamage > 5 && _compoundCondition === 1 && curBabies > 1) {
+					if (V.birthDamage > 5 && compoundCondition === 1 && curBabies > 1) {
 						r.push(`Or it would have been, were ${he} only having one. With each additional child that needed to be birthed, <span class="red">the damage to ${his} health was compounded.</span>`);
 						healthDamage(slave, curBabies);
 						slave.health.tired += curBabies * 5;
@@ -985,11 +983,11 @@ globalThis.allBirths = function() {
 
 			if (slave.fetish !== "mindbroken" && slave.fuckdoll === 0) {
 				r = [];
-				if (_curStill > 0) {
+				if (curStill > 0) {
 					/* Here should be descriptions of reactions from losing some of babies, need tweak, only draft for now*/
 					if (slave.sexualFlaw === "breeder") {
 						r.push(`${He} is <span class="mediumorchid">filled with violent, all-consuming hatred</span> at ${himself} for failing ${his} unborn and you for allowing this to happen.`);
-						if (_curStill > 4) {
+						if (curStill > 4) {
 							r.push(`The loss of so many children at once <span class="red">shatters the distraught breeder's mind.</span>`);
 							slave.fetish = "mindbroken";
 							slave.behavioralQuirk = "none";
@@ -1000,7 +998,7 @@ globalThis.allBirths = function() {
 							slave.trust = 0;
 						} else {
 							r.push(`${He} cares little for what punishment awaits ${his} actions.`);
-							slave.devotion -= 25 * _curStill;
+							slave.devotion -= 25 * curStill;
 						}
 					} else if (slave.devotion > 80) {
 						r.push(`${He} <span class="mediumorchid">accepts with grief</span> your right to use ${his} body as you see fit, even if it allow ${his} unborn to die in the process.`);
@@ -1080,22 +1078,22 @@ globalThis.allBirths = function() {
 			const el = document.createElement("p");
 			let r;
 			let cashText;
-			let _cToIncub = 0;
-			let _cToNursery = 0;
-			let _babyCost;
+			let cToIncub = 0;
+			let cToNursery = 0;
+			let babyCost;
 			let choices;
 			let choice;
 			for (const baby of curBabies) {
 				if (baby.reserve === "incubator") {
-					_cToIncub++;
+					cToIncub++;
 				} else if (baby.reserve === "nursery") {
-					_cToNursery++;
+					cToNursery++;
 				}
 			}
 
 			/* ----------------------- incubator/nursery adding subsection. There is support for broodmothers too. */
 
-			if ((_cToIncub + _cToNursery > 0) && curBabies > 0) {
+			if ((cToIncub + cToNursery > 0) && curBabies > 0) {
 				/* Do we need keep child checks?*/
 				r = [];
 				if (curBabies > 1) {
@@ -1103,25 +1101,25 @@ globalThis.allBirths = function() {
 				} else {
 					r.push(`${His} child`);
 				}
-				if (_cToIncub > 0) {
+				if (cToIncub > 0) {
 					if (curBabies > 1) {
-						r.push(`${_cToIncub}`);
+						r.push(`${cToIncub}`);
 					}
-					if (_cToIncub === 1) {
+					if (cToIncub === 1) {
 						r.push(`was`);
 					} else {
 						r.push(`were`);
 					}
 					r.push(`taken to ${V.incubatorName}`);
-					if (_cToNursery > 0) {
+					if (cToNursery > 0) {
 						r.push(`and`);
 					}
 				}
-				if (_cToNursery > 0) {
+				if (cToNursery > 0) {
 					if (curBabies > 1) {
-						r.push(`${_cToNursery}`);
+						r.push(`${cToNursery}`);
 					}
-					if (_cToNursery === 1) {
+					if (cToNursery === 1) {
 						r.push(`was`);
 					} else {
 						r.push(`were`);
@@ -1129,7 +1127,7 @@ globalThis.allBirths = function() {
 					r.push(`taken to ${V.nurseryName}`);
 				}
 				r.push(`.`);
-				if (_cToIncub + _cToNursery > 0) {
+				if (cToIncub + cToNursery > 0) {
 					sendNewbornsToFacility(slave);
 				}
 
@@ -1137,9 +1135,9 @@ globalThis.allBirths = function() {
 				// <br><br>
 				if (curBabies > 0) {
 					r.push(`After sending ${his} reserved ${children} to`);
-					if (_cToIncub > 0 && _cToNursery > 0) {
+					if (cToIncub > 0 && cToNursery > 0) {
 						r.push(`${V.incubatorName} and V.nurseryName,`);
-					} else if (_cToIncub > 0) {
+					} else if (cToIncub > 0) {
 						r.push(`${V.incubatorName},`);
 					} else {
 						r.push(`${V.nurseryName},`);
@@ -1152,9 +1150,9 @@ globalThis.allBirths = function() {
 				}
 				App.Events.addParagraph(el, r);
 			}
-			
+
 			/* ------------------------ Fate of other babies ---------------------------------------*/
-			
+
 			if (slave.fetish !== "mindbroken" && slave.fuckdoll === 0 && curBabies > 0) {
 				r = [];
 				choices = document.createElement("p");
@@ -1162,17 +1160,19 @@ globalThis.allBirths = function() {
 				if (V.arcologies[0].FSRestart !== "unset" && slave.breedingMark === 1 && V.propOutcome === 1 && (slave.pregSource === -1 || slave.pregSource === -6)) {
 					r.push(`${His} ${childrenAre} collected by the Societal Elite to be raised into upstanding members of the new society.`);
 				} else if (slave.breedingMark === 1 && V.propOutcome === 1 && (slave.pregSource === -1 || slave.pregSource === -6) && V.DefaultBirthDestination === "the market") {
-					_babyCost = random(2000, 4500);
-					r.push(`${His} ${(curBabies > 1) ? `babies were` : `baby was`} purchased by the Societal Elite for <span class="yellowgreen">`);
-					cashFormat(curBabies * (_babyCost));
-					r.push(`.</span>`);
-					cashX((curBabies * (_babyCost)), "babyTransfer");
+					babyCost = random(2000, 4500);
+					r.push(`${His} ${(curBabies > 1) ? `babies were` : `baby was`} purchased by the Societal Elite for `);
+					r.push(
+						App.UI.DOM.makeElement("span", `${cashFormat(curBabies * (babyCost))}.`, "yellowgreen")
+					);
+					cashX((curBabies * (babyCost)), "babyTransfer");
 				} else if (slave.pregSource === -9 && V.DefaultBirthDestination === "the market") {
-					_babyCost = random(1000, 2500);
-					r.push(`${His} ${(curBabies > 1) ? `babies were` : `baby was`} purchased by the Futanari Sisters for <span class="yellowgreen">`);
-					cashFormat(curBabies * (_babyCost));
-					r.push(`.</span>`);
-					cashX((curBabies * (_babyCost)), "babyTransfer");
+					babyCost = random(1000, 2500);
+					r.push(`${His} ${(curBabies > 1) ? `babies were` : `baby was`} purchased by the Futanari Sisters for  `);
+					r.push(
+						App.UI.DOM.makeElement("span", `${cashFormat(curBabies * (babyCost))}.`, "yellowgreen")
+					);
+					cashX((curBabies * (babyCost)), "babyTransfer");
 				} else if (V.DefaultBirthDestination === "individually decided fates") {
 					V.slaveOrphanageTotal += curBabies;
 					r.push(`Unless you provide otherwise, the ${children} will be remanded to one of ${V.arcologies[0].name}'s slave orphanages. ${slave.slaveName}`);
@@ -1384,9 +1384,9 @@ globalThis.allBirths = function() {
 									"Send them to auction",
 									() => {
 										const r = [];
-										_babyCost = random(-12, 100);
+										babyCost = random(-12, 100);
 										if (slave.prematureBirth === 1) {
-											_babyCost = random(-32, 40);
+											babyCost = random(-32, 40);
 										}
 										r.push(`${His} ${(curBabies > 1) ? `babies were` : `baby was`} sold for `);
 										if (curBabies > 1) {
@@ -1394,11 +1394,11 @@ globalThis.allBirths = function() {
 										}
 										if (slave.prematureBirth === 1) {
 											r.push(`<span class="yellowgreen">`);
-											cashFormat(curBabies * (50 + _babyCost));
+											cashFormat(curBabies * (50 + babyCost));
 											r.push(`,</span> a low price, due to the added costs of caring for them.`);
 										} else {
 											r.push(`<span class="yellowgreen">`);
-											cashFormat(curBabies * (50 + _babyCost));
+											cashFormat(curBabies * (50 + babyCost));
 											r.push(`.</span>`);
 										}
 										if (slave.fetish === "mindbroken" || slave.fuckdoll > 0) {
@@ -1431,7 +1431,7 @@ globalThis.allBirths = function() {
 											slave.devotion -= 30;
 										}
 										V.slaveOrphanageTotal -= curBabies;
-										cashX((curBabies * (50 + _babyCost)), "babyTransfer");
+										cashX((curBabies * (50 + babyCost)), "babyTransfer");
 										jQuery(`#${dispositionId}`).empty().append(r.join(" "));
 									}
 								)
@@ -1444,9 +1444,9 @@ globalThis.allBirths = function() {
 									"Sell them anyway",
 									() => {
 										const r = [];
-										_babyCost = random(-12, 12);
+										babyCost = random(-12, 12);
 										if (slave.prematureBirth === 1) {
-											_babyCost = -45;
+											babyCost = -45;
 										}
 										r.push(`${His} ${(curBabies > 1) ? `babies were` : `baby was`} sold for `);
 										if (curBabies > 1) {
@@ -1454,11 +1454,11 @@ globalThis.allBirths = function() {
 										}
 										if (slave.prematureBirth === 1) {
 											r.push(`<span class="yellowgreen">`);
-											cashFormat(curBabies * (50 + _babyCost));
+											cashFormat(curBabies * (50 + babyCost));
 											r.push(`,</span> a low price, due to the added costs of caring for them.`);
 										} else {
 											r.push(`<span class="yellowgreen">`);
-											cashFormat(curBabies * (50 + _babyCost));
+											cashFormat(curBabies * (50 + babyCost));
 											r.push(`.</span>`);
 										}
 										if (slave.fetish === "mindbroken" || slave.fuckdoll > 0) {
@@ -1491,7 +1491,7 @@ globalThis.allBirths = function() {
 											slave.devotion -= 30;
 										}
 										V.slaveOrphanageTotal -= curBabies;
-										cashX((curBabies * (50 + _babyCost)), "babyTransfer");
+										cashX((curBabies * (50 + babyCost)), "babyTransfer");
 										jQuery(`#${dispositionId}`).empty().append(r.join(" "));
 									}
 								)
@@ -1597,14 +1597,14 @@ globalThis.allBirths = function() {
 							break;
 						case "the market":
 							if (slave.prestige > 1 || slave.porn.prestige > 2) {
-								_babyCost = random(-12, 100);
+								babyCost = random(-12, 100);
 								if (slave.prematureBirth > 0) {
-									_babyCost = random(-32, 40);
+									babyCost = random(-32, 40);
 								}
 							} else {
-								_babyCost = random(-12, 12);
+								babyCost = random(-12, 12);
 								if (slave.prematureBirth > 0) {
-									_babyCost = -45;
+									babyCost = -45;
 								}
 							}
 							r.push(`${His} ${(curBabies > 1) ? `babies were` : `baby was`} sold for `);
@@ -1613,11 +1613,11 @@ globalThis.allBirths = function() {
 							}
 							if (slave.prematureBirth === 1) {
 								r.push(`<span class="yellowgreen">`);
-								cashFormat(curBabies * (50 + _babyCost));
+								cashFormat(curBabies * (50 + babyCost));
 								r.push(`,</span> a low price, due to the added costs of caring for them.`);
 							} else {
 								r.push(`<span class="yellowgreen">`);
-								cashFormat(curBabies * (50 + _babyCost));
+								cashFormat(curBabies * (50 + babyCost));
 								r.push(`.</span>`);
 							}
 							if (slave.fetish === "mindbroken" || slave.fuckdoll > 0) {
@@ -1649,7 +1649,7 @@ globalThis.allBirths = function() {
 								slave.trust -= 30;
 								slave.devotion -= 30;
 							}
-							cashX(curBabies * (50 + _babyCost), "babyTransfer");
+							cashX(curBabies * (50 + babyCost), "babyTransfer");
 					}
 				}
 				el.append(choices);