diff --git a/src/events/RESS/review/backStretch.js b/src/events/RESS/review/backStretch.js
index a4770577b727ec462b7790b1cb3ea4a3d0b8c50f..d3723621a6675c1aa5a43a277b7ab2f2c25a9eef 100644
--- a/src/events/RESS/review/backStretch.js
+++ b/src/events/RESS/review/backStretch.js
@@ -167,7 +167,7 @@ App.Events.RESSBackStretch = class RESSBackStretch extends App.Events.BaseEvent
 		} else if ((eventSlave.boobsImplant/eventSlave.boobs) >= .50) {
 			r.push(`making ${his} implant-filled tits stick out even farther than they usually do. ${He} looks like a stereotypical silicone queen, arching ${his} back and sticking ${his} fake cans out.`);
 		} else if (eventSlave.boobShape === "perky") {
-			r.push(`making ${his} spectacularly perky breasts point their ${eventSlave.nipples} nipples straight up at the ceiling. It's incredible, that they've managed to maintain their youthful shape despite their great weight.`);
+			r.push(`making ${his} spectacularly perky breasts point their ${eventSlave.nipples} nipples straight up at the ceiling. It's incredible that they've managed to maintain their youthful shape despite their great weight.`);
 		} else if (eventSlave.boobShape === "downward-facing") {
 			r.push(`showing off the huge area of soft skin above ${his} ${eventSlave.nipples} nipples. Since these face somewhat downward, ${his} swell of bosom above them is a pair of uninterrupted mounds of ${eventSlave.skin} breast.`);
 		} else if (eventSlave.boobShape === "torpedo-shaped") {
diff --git a/src/gui/options/options.js b/src/gui/options/options.js
index ffbe4ff6ed5ed0ace2b2fd21b1d66d61df27bbf6..f728219ef1fd59dd8220bd5a16f86f5fdf4f5375 100644
--- a/src/gui/options/options.js
+++ b/src/gui/options/options.js
@@ -1159,7 +1159,7 @@ App.UI.artOptions = function() {
 
 			options.addOption("Face culling", "setFaceCulling")
 				.addValue("Enabled", true).off().addValue("Disabled", false).on()
-				.addComment("Wether to draw the backside of the model, affects transparent surfaces such as hair. Enabling is recommended for low-end GPU's.");
+				.addComment("Whether to draw the backside of the model, affects transparent surfaces such as hair. Enabling is recommended for low-end GPU's.");
 			options.addOption("Pan speed", "setPanSpeed")
 				.addValue("0.25", 0.25).off().addValue("0.5", 0.5).off().addValue("1", 1).on().addValue("2", 2).off().addValue("4", 4).off();
 			options.addOption("Rotation speed", "setRotationSpeed")
diff --git a/src/npc/interaction/fFeelings.js b/src/npc/interaction/fFeelings.js
index db5b045303993abc1591f3868c922a485cfcc55a..493bd1964eec3d1dd36ab1c1a421b931dae9de8f 100644
--- a/src/npc/interaction/fFeelings.js
+++ b/src/npc/interaction/fFeelings.js
@@ -457,7 +457,7 @@ App.Interact.feelings = function(slave) {
 					r.push(`is my boobs, of course. They're so beautiful, and the center of my world.`);
 				}
 			} else if (slave.energy > 95) {
-				r.push(`is - is — I can't decide!`);
+				r.push(`is — is — I can't decide!`);
 				if (slave.vagina > -1) {
 					r.push(`I love my pussy of course.`);
 					if (slave.clit > 0) {
diff --git a/src/player/desc/pLongBelly.js b/src/player/desc/pLongBelly.js
index 69670b220c665ac03f1036c8ae5a054cbb6f988e..f4d87cc4b61d9c344b2d89f08bf3ca1f6855c967 100644
--- a/src/player/desc/pLongBelly.js
+++ b/src/player/desc/pLongBelly.js
@@ -79,7 +79,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 				} else if (PC.belly <= (PC.pregAdaptation * 1000)) {
 					r.push(`It's disturbing that your body has become so adapted to pregnancy that it has stretched to such a degree as to accommodate this many babies without a single stretch mark.`);
 				} else {
-					r.push(`There's a slight sheen from all the cream you go through to stave off stretch marks and increase its plasticity across its expanse. Your skin is so tight that they're beginning to become worryingly wide.`);
+					r.push(`There's a slight sheen from all the cream you go through to increase the plasticity of your expansive belly. Your skin is so tight that your stretch marks are beginning to become worryingly wide.`);
 				}
 			} else {
 				if (PC.belly > (PC.pregAdaptation * 1000)) {
@@ -196,7 +196,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 				} else if (PC.belly <= (PC.pregAdaptation * 1000)) {
 					r.push(`It's disturbing that your body has become so adapted to pregnancy that it has stretched to such a degree as to accommodate this many babies without a single stretch mark.`);
 				} else {
-					r.push(`There's a slight sheen from all the cream you go through to stave off stretch marks and increase its plasticity across its expanse. Your skin is so tight that they're beginning to become worryingly wide.`);
+					r.push(`There's a slight sheen from all the cream you go through to increase the plasticity of your expansive belly. Your skin is so tight that your stretch marks are beginning to become worryingly wide.`);
 				}
 			} else {
 				if (PC.belly > (PC.pregAdaptation * 1000)) {
@@ -293,7 +293,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 					r.push(`your body seems perfectly fine with this development, however.`);
 				}
 				if (PC.preg < PC.pregData.normalBirth / 1.33) {
-					r.push(`Given how far along, and very much at capacity, you are, you've clearly gotten yourself so knocked up to a potentially life threatening degree.`);
+					r.push(`Given how far along, and very much at capacity, you are, you've clearly gotten yourself knocked up to a potentially life-threatening degree.`);
 				} else if (PC.preg >= PC.pregData.normalBirth * .90) {
 					r.push(`It's impossible to tell without closer examination, but your belly has dropped; you can see and feel the concentration of bulges crowding around the exit. You'll have to keep your schedule clear for when the birthing starts, since you're going to be at it for quite a while.`);
 				}
@@ -302,7 +302,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 				} else if (PC.belly <= (PC.pregAdaptation * 1000)) {
 					r.push(`It's a little unnerving that your body has become so adapted to pregnancy that it has stretched to such a degree as to accommodate this many babies without a single stretch mark.`);
 				} else {
-					r.push(`There's a slight sheen from all the cream you go through to stave off stretch marks and increase its plasticity across its expanse. Your skin is so tight that they're beginning to become worryingly wide.`);
+					r.push(`There's a slight sheen from all the cream you go through to increase the plasticity of your expansive belly. Your skin is so tight that your stretch marks are beginning to become worryingly wide.`);
 				}
 			} else {
 				if (PC.belly > (PC.pregAdaptation * 1000)) {
@@ -416,7 +416,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 			if (PC.bellyPreg > 0) {
 				r.push(`your <span class="orange">abnormally massive baby bump.</span> It utterly dwarfs any normal pregnancy`);
 				if (PC.physicalAge <= 12) {
-					r.push(`and, in fact, your body as well. Since you are now more belly than ${girlP}, you are practically helpless and fully dependant on your slaves.`);
+					r.push(`and, in fact, your body as well. Since you are now more belly than ${girlP}, you are practically helpless and fully dependent on your slaves.`);
 				} else if (PC.height >= 185) {
 					r.push(r.pop() + `, but your tall frame makes living with it at least possible.`);
 				} else if (PC.height < 150) {
@@ -444,7 +444,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 			} else {
 				r.push(`what <span class="orange">appears to be an absurdly massive baby bump.</span> It dwarfs any normal pregnancy`);
 				if (PC.physicalAge <= 12) {
-					r.push(`and, in fact, your body as well. Since you are now more belly than ${girlP}, you are practically helpless and fully dependant on your slaves.`);
+					r.push(`and, in fact, your body as well. Since you are now more belly than ${girlP}, you are practically helpless and fully dependent on your slaves.`);
 				} else if (PC.height >= 185) {
 					r.push(r.pop() + `, but your tall frame makes living with it possible.`);
 				} else if (PC.height < 150) {
@@ -504,7 +504,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 					} else if (PC.pregType === 7) {
 						r.push(`Your womb is laden with a septet of utterly massive children. You can feel just how big and heavy they are from the amount of discomfort they put on your body. At least you won't have to give birth to any of them, seeing as it is a physical impossibility.`);
 					} else if (PC.pregType === 8) {
-						r.push(`Your womb is laden with a octet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another seven after it.`);
+						r.push(`Your womb is laden with a octet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another seven after it.`);
 					}
 				} else if (PC.preg >= PC.pregData.normalBirth * .90) {
 					r.push(`Your stomach is hanging lower than it used to; it won't be long now until it's time to start giving birth.`);
@@ -561,11 +561,11 @@ App.Desc.Player.belly = function(PC = V.PC) {
 				} else if (PC.pregType === 4) {
 					r.push(`Your womb is laden with a quartet of utterly massive children. You can feel just how big and heavy they are from the amount of discomfort they put on your body. At least you won't have to give birth to any of them, seeing as it is a physical impossibility.`);
 				} else if (PC.pregType === 5) {
-					r.push(`Your womb is laden with a quintet of massive children. They're heavy and rest uncomfortably inside you; there is no way you can give birth to such a monster, let alone five of them.`);
+					r.push(`Your womb is laden with a quintet of massive children. They're heavy and rest uncomfortably inside you; there is no way you could give birth to one such monster, let alone five of them.`);
 				} else if (PC.pregType === 6) {
-					r.push(`Your womb is laden with a sextet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another five after it.`);
+					r.push(`Your womb is laden with a sextet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another five after it.`);
 				} else if (PC.pregType === 7) {
-					r.push(`Your womb is laden with a septet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another six after it.`);
+					r.push(`Your womb is laden with a septet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another six after it.`);
 				}
 				if (PC.geneMods.rapidCellGrowth === 1) {
 					r.push(`It might take effort to check your entirety, but there's not a single stretch mark marring your skin. It's really quite impressive for a ${girlP} of your size.`);
@@ -629,11 +629,11 @@ App.Desc.Player.belly = function(PC = V.PC) {
 						r.push(`Your womb is laden with a trio of utterly massive children. You can feel just how big and heavy they are from the amount of discomfort they put on your body. At least you won't have to give birth to any of them, seeing as it is a physical impossibility.`);
 					}
 				} else if (PC.pregType === 4) {
-					r.push(`Your womb is laden with a quartet of massive children. They're heavy and rest uncomfortably inside you; there is no way you can give birth to such a monster, let alone four of them.`);
+					r.push(`Your womb is laden with a quartet of massive children. They're heavy and rest uncomfortably inside you; there is no way you could give birth to one such monster, let alone four of them.`);
 				} else if (PC.pregType === 5) {
-					r.push(`Your womb is laden with a quintet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another four after it.`);
+					r.push(`Your womb is laden with a quintet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another four after it.`);
 				} else if (PC.pregType === 6) {
-					r.push(`Your womb is laden with a sextet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another five after it.`);
+					r.push(`Your womb is laden with a sextet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another five after it.`);
 				}
 				if (PC.geneMods.rapidCellGrowth === 1) {
 					r.push(`It might take effort to check your entirety, but there's not a single stretch mark marring your skin.`);
@@ -645,7 +645,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 			} else {
 				r.push(`what <span class="orange">appears to be a baby bump laden with full-term septuplets`);
 				if (PC.weight > 190) {
-					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut and the weight in its sway are the only obvious signs that somethings bulging it outwards.`);
+					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut and the weight in its sway are the only obvious signs that something's bulging it outwards.`);
 				} else if (PC.physicalAge <= 12) {
 					r.push(r.pop() + `;</span> it's a drum-taut bulge that lewdly dominates your poor little frame.`);
 				} else if (PC.height < 150) {
@@ -677,11 +677,11 @@ App.Desc.Player.belly = function(PC = V.PC) {
 				} else if (PC.pregType === 2) {
 					r.push(`Your womb is laden with a pair of utterly massive children. You can feel just how big and heavy they are from the amount of discomfort they put on your body. At least you won't have to give birth to either of them, seeing as it is a physical impossibility.`);
 				} else if (PC.pregType === 3) {
-					r.push(`Your womb is laden with a trio of massive children. They're heavy and rest uncomfortably inside you; there is no way you can give birth to such a monster, let alone three of them.`);
+					r.push(`Your womb is laden with a trio of massive children. They're heavy and rest uncomfortably inside you; there is no way you could give birth to one such monster, let alone three of them.`);
 				} else if (PC.pregType === 4) {
-					r.push(`Your womb is laden with a quartet of massive children. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another three after it.`);
+					r.push(`Your womb is laden with a quartet of massive children. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another three after it.`);
 				} else if (PC.pregType === 5) {
-					r.push(`Your womb is laden with a quintet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another four after it.`);
+					r.push(`Your womb is laden with a quintet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another four after it.`);
 				}
 				if (PC.geneMods.rapidCellGrowth === 1) {
 					r.push(`It might take effort to check your entirety, but there's not a single stretch mark marring your skin.`);
@@ -693,7 +693,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 			} else {
 				r.push(`what <span class="orange">appears to be a baby bump laden with full-term sextuplets`);
 				if (PC.weight > 190) {
-					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut and the weight in its sway are the only obvious signs that somethings bulging it outwards.`);
+					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut and the weight in its sway are the only obvious signs that something's bulging it outwards.`);
 				} else if (PC.physicalAge <= 12) {
 					r.push(r.pop() + `;</span> it's a drum-taut bulge that lewdly dominates your poor little frame.`);
 				} else if (PC.height < 150) {
@@ -721,7 +721,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 						if (PC.skill.medicine >= 45 || V.pregnancyMonitoringUpgrade === 1) {
 							r.push(`It's a miracle your water hasn't broken yet; your triplets are surrounded by so much amniotic fluid that the slightest bump could unleash a flood.`);
 						} else {
-							r.push(`You feel like an overfilled water bed. You're certain that there are a pair of babies swimming around in you, but you've blown up like a ${girlP} having quads.`);
+							r.push(`You feel like an overfilled water bed. You're certain that there are a trio of babies swimming around in you, but you've blown up like a ${girlP} having quints.`);
 						}
 					} else {
 						r.push(`Given how fast you're growing, there's clearly more than five crammed in there.`);
@@ -741,9 +741,9 @@ App.Desc.Player.belly = function(PC = V.PC) {
 				} else if (PC.pregType === 2) {
 					r.push(`Your womb is laden with a pair of utterly massive children. They're painfully heavy and rest uncomfortably inside you; there is no way such a monster would ever fit through you without tearing you asunder, but at least it would clear the way for its sibling.`);
 				} else if (PC.pregType === 3) {
-					r.push(`Your womb is laden with a trio of massive children. They're heavy and rest uncomfortably inside you; there is no way you can give birth to such a monster, let alone three of them.`);
+					r.push(`Your womb is laden with a trio of massive children. They're heavy and rest uncomfortably inside you; there is no way you could give birth to one such monster, let alone three of them.`);
 				} else if (PC.pregType === 4) {
-					r.push(`Your womb is laden with a quartet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another three after it.`);
+					r.push(`Your womb is laden with a quartet of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another three after it.`);
 				}
 				if (PC.geneMods.rapidCellGrowth === 1) {
 					r.push(`It might take effort to check your entirety, but there's not a single stretch mark marring your skin.`);
@@ -755,7 +755,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 			} else {
 				r.push(`what <span class="orange">appears to be a baby bump laden with full-term quintuplets`);
 				if (PC.weight > 190) {
-					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut and the weight in its sway are the only obvious signs that somethings bulging it outwards.`);
+					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut and the weight in its sway are the only obvious signs that something's bulging it outwards.`);
 				} else if (PC.physicalAge <= 12) {
 					r.push(r.pop() + `;</span> it's a drum-taut bulge that lewdly dominates your poor little frame.`);
 				} else if (PC.height < 150) {
@@ -807,14 +807,14 @@ App.Desc.Player.belly = function(PC = V.PC) {
 				} else if (PC.pregType === 1) {
 					r.push(`Your womb is laden with one single, utterly massive child. It's painfully heavy and rests uncomfortably inside you; there is no way such a monster would ever fit through you without tearing you asunder.`);
 				} else if (PC.pregType === 2) {
-					r.push(`Your womb is laden with a pair of massive children. They're heavy and rest uncomfortably inside you; there is no way you can give birth to such a monster, let alone two of them.`);
+					r.push(`Your womb is laden with a pair of massive children. They're heavy and rest uncomfortably inside you; there is no way you could give birth to one such monster, let alone two of them.`);
 				} else if (PC.pregType === 3) {
-					r.push(`Your womb is laden with a trio of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone push out another two after it.`);
+					r.push(`Your womb is laden with a trio of oversized babies. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone push out another two after it.`);
 				}
 			} else {
 				r.push(`what <span class="orange">appears to be a baby bump laden with full-term quadruplets`);
 				if (PC.weight > 190) {
-					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut and the weight in its sway are the only obvious signs that somethings bulging it outwards.`);
+					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut and the weight in its sway are the only obvious signs that something's bulging it outwards.`);
 				} else if (PC.physicalAge <= 12) {
 					r.push(r.pop() + `;</span> it's a drum-taut bulge that lewdly dominates your poor little frame.`);
 				} else if (PC.height < 150) {
@@ -858,14 +858,14 @@ App.Desc.Player.belly = function(PC = V.PC) {
 						r.push(`You feel absolutely massive; your <span class="orange">full-term triplets</span> make your life as arcology owner very difficult.`);
 					}
 				} else if (PC.pregType === 1) {
-					r.push(`Your womb is laden with one single, massive child. It's very heavy and rests uncomfortably inside you; there is no way you can give birth to such a monster.`);
+					r.push(`Your womb is laden with one single, massive child. It's very heavy and rests uncomfortably inside you; there is no way you could give birth to such a monster.`);
 				} else if (PC.pregType === 2) {
-					r.push(`Your womb is laden with a pair of massive children. They're heavy and situated uncomfortably inside you; there is no way you can give birth to such a monster, let alone two of them.`);
+					r.push(`Your womb is laden with a pair of massive children. They're heavy and situated uncomfortably inside you; there is no way you could give birth to one such monster, let alone two of them.`);
 				}
 			} else {
 				r.push(`what <span class="orange">appears to be a baby bump laden with full-term triplets`);
 				if (PC.weight > 190) {
-					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut is the only obvious sign that somethings bulging it outwards.`);
+					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut is the only obvious sign that something's bulging it outwards.`);
 				} else if (PC.physicalAge <= 12) {
 					r.push(r.pop() + `;</span> it's a drum-taut bulge that lewdly dominates your poor little frame.`);
 				} else if (PC.height < 150) {
@@ -908,13 +908,13 @@ App.Desc.Player.belly = function(PC = V.PC) {
 							r.push(`You feel like a water balloon on the brink of bursting. You're certain that there is a baby in you, even though your dam is about to burst and flood everything around you.`);
 						}
 					} else {
-						r.push(`Your womb is laden with one single, massive child. It's heavy and rests uncomfortably inside you; there is no way you can give birth to such a monster.`);
+						r.push(`Your womb is laden with one single, massive child. It's heavy and rests uncomfortably inside you; there is no way you could give birth to such a monster.`);
 					}
 				}
 			} else {
 				r.push(`what <span class="orange">appears to be a baby bump laden with full-term twins`);
 				if (PC.weight > 190) {
-					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut is the only obvious sign that somethings amiss.`);
+					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut is the only obvious sign that something's amiss.`);
 				} else if (PC.physicalAge <= 12) {
 					r.push(r.pop() + `;</span> it's a drum-taut bulge that lewdly dominates your poor little frame.`);
 				} else if (PC.height < 150) {
@@ -953,7 +953,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 			} else {
 				r.push(`what <span class="orange">appears to be a full-term baby bump`);
 				if (PC.weight > 190) {
-					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut is the only obvious sign that somethings amiss.`);
+					r.push(r.pop() + `.</span> Given how massively fat you are, the firmness at the top of your gut is the only obvious sign that something's amiss.`);
 				} else if (PC.physicalAge <= 12) {
 					r.push(r.pop() + `;</span> it's a drum-taut bulge that lewdly dominates your poor little frame.`);
 				} else if (PC.height < 150) {
@@ -1472,7 +1472,7 @@ App.Desc.Player.belly = function(PC = V.PC) {
 				r.push(`It's so wide that even lying down is uncomfortable without a mountain of pillows to support your body with.`);
 			}
 		} else if (isBellyHeavy) {
-			r.push(`You're so bulbous and heavy that it makes it getting around a challenge.`);
+			r.push(`You're so bulbous and heavy that it makes getting around a challenge.`);
 			if (canWalk(PC)) {
 				r.push(`Once you manage to get to your feet you're still capable of walking in an exaggerated waddle with a heavily arched back; whatever it takes to keep balance and support your crippling weight.`);
 			} else if (PC.belly >= 750000) {
diff --git a/src/player/desc/pLongButt.js b/src/player/desc/pLongButt.js
index 73ec2a4b046ed9522baeb445bf6a739d135fd776..952eba1f010a2b31bb076ea8051d1e2cc6ab3413 100644
--- a/src/player/desc/pLongButt.js
+++ b/src/player/desc/pLongButt.js
@@ -131,9 +131,9 @@ App.Desc.Player.butt = function(PC = V.PC) {
 		} else if (PC.butt <= 10) {
 			r.push(`an <span class="orange">immense rear end`);
 			if (implantRatio >= 0.90) {
-				r.push(`</span> that's quite obviously a pair of ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants. No matter your position, it looks like someone shoved a pair of beachballs in your buttcheeks. Getting dressed, and having you clothing survive is has become a challenge, while fitting into spaces narrower than yourself a dream.`);
+				r.push(`</span> that's quite obviously a pair of ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants. No matter your position, it looks like someone shoved a pair of beachballs in your buttcheeks. Getting dressed, and having your clothing survive, has become a challenge; fitting into spaces narrower than yourself, a dream.`);
 			} else if (implantRatio >= 0.75) {
-				r.push(r.pop() + `;</span> with your ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants, it juts out, artificially enticing, no matter your position. You clothing is in constant risk of tearing from its sheer size, and the notion of squeezing between anything narrower than yourself has been reduced to a dream.`);
+				r.push(r.pop() + `;</span> with your ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants, it juts out, artificially enticing, no matter your position. Your clothing is in constant risk of tearing from its sheer size, and the notion of squeezing between anything narrower than yourself has been reduced to a dream.`);
 			} else if (implantRatio >= 0.50) {
 				r.push(r.pop() + `;</span> with how firm and curvaceous it is, it's pretty obvious there's a pair of ${PC.buttImplantType === "string" ? "engorged" : "oversized"} ${implantType} implants buried beneath that abundant flesh. It's impossible to properly fit into your clothing without spilling out or overflowing it, and a challenge to squeeze through anything narrower than yourself.`);
 			} else if (implantRatio >= 0.25) {
@@ -231,7 +231,7 @@ App.Desc.Player.butt = function(PC = V.PC) {
 					r.push(`It takes a lot of effort to not be forced into a sitting position with it, so you're most comfortable just letting it rest on something when you have the chance.`);
 				}
 			} else {
-				r.push(`But that's too be expected since you require an extra-wide wheelchair to get anywhere.`);
+				r.push(`But that's to be expected since you require an extra-wide wheelchair to get anywhere.`);
 			}
 			r.push(buttAccessibility());
 		} else if (PC.butt > 6 && canWalk(PC)) {