diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 7414b671d432b795e6c1abd7ce696a1927d6ba84..a28b9d3c19d0e92481acffc43e8b5b7c3218277e 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -832,7 +832,7 @@
 
 	4
 	-areolae shape split from size
-	-player b cups
+	-player b-cups
 	-fixes
 
 8/17/2018
diff --git a/player variables documentation - Pregmod.txt b/player variables documentation - Pregmod.txt
index 07b2e6058ef782eacc07eda0ded74608f31a99a4..0a50e92112c526d59ab80cdd1f079bbbd0ad6a30 100644
--- a/player variables documentation - Pregmod.txt	
+++ b/player variables documentation - Pregmod.txt	
@@ -125,13 +125,13 @@ boobsBonus:
 
 (rare in events)
 breast size
--3	- B cup
--2	- C cup
--1	- D cup
- 0	- DD cup
- 1	- F cup
- 2	- G cup
- 3	- H cup
+-3	- B-cup
+-2	- C-cup
+-1	- D-cup
+ 0	- DD-cup
+ 1	- F-cup
+ 2	- G-cup
+ 3	- H-cup
 
 degeneracy:
 
diff --git a/src/cheats/PCCheatMenu.tw b/src/cheats/PCCheatMenu.tw
index 766da16f3ed65c0d155c493b878afa42998f9c67..9b175d2c2a75c62d5f507412d7d88c4f99bd0945 100644
--- a/src/cheats/PCCheatMenu.tw
+++ b/src/cheats/PCCheatMenu.tw
@@ -53,7 +53,7 @@ Sex: ''$tempSlave.genes''
 
 <br>''Boobs'': <<textbox "$tempSlave.boobs" $tempSlave.boobs>> //0: masculine chest (if title = 1) or flat chested (if title = 0)(WIP) 1: feminine bust//
 <<if $tempSlave.boobs > 0>>
-	<br>''BoobsBonus'': <<textbox "$tempSlave.boobsBonus" $tempSlave.boobsBonus>> //breast size - -3: B cup, -2: C cup, -1: D cup, 0: DD cup, 1: F cup, 2: G cup, 3: H cup//
+	<br>''BoobsBonus'': <<textbox "$tempSlave.boobsBonus" $tempSlave.boobsBonus>> //breast size - -3: B-cup, -2: C-cup, -1: D-cup, 0: DD-cup, 1: F-cup, 2: G-cup, 3: H-cup//
 	<br>''BoobsImplant'': <<textbox "$tempSlave.boobsImplant" $tempSlave.boobsImplant>> //do you have breast implants - 0: no, 1: yes//
 <</if>>
 <br>''Skin'': <<textbox "$tempSlave.skin" $tempSlave.skin>>
diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw
index d80a963915f22c46ae7f389161f4a545c93ac77e..760ef06711a74fb0e92672296ab394373a6d750f 100644
--- a/src/pregmod/electiveSurgery.tw
+++ b/src/pregmod/electiveSurgery.tw
@@ -132,36 +132,36 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original
 <br><br>"Maybe some breast work? I assure you they are lovely." She says as she brushes the back of your head with her own pair. "@@.yellowgreen;<<print cashFormat(5000)>>@@ for a reduction, @@.yellowgreen;<<print cashFormat(10000)>>@@ for implants, that includes size ups, and @@.yellowgreen;<<print cashFormat(15000)>>@@ for additional breast tissue. That last one might as well be real!<<if $PC.boobsBonus <= 0>> With a little work, we can even remove a small amount of fat from your breasts to bring your cup size down without damaging their inner workings. Though we'll have to build them up some before we can stick reasonable implants into you.<</if>>"<br>
 <<if $PC.boobsBonus > 2>>
 	<<if $PC.boobsImplant == 1>>
-		You have a @@.orange;pair of round H cup breasts;@@ they are very obviously implants.
+		You have a @@.orange;pair of round H-cup breasts;@@ they are very obviously implants.
 		<br>//You are starting to experience back pain; any bigger and they might seriously impede your ability to run your arcology.// | [[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, $cash -= 5000, $surgeryType = "breastReductionImplant"]]
 	<<else>>
-		You have a @@.orange;heavy H cup bust.@@ They tend to sag a little when you free them from your top, though they have some perk to them.
+		You have a @@.orange;heavy H-cup bust.@@ They tend to sag a little when you free them from your top, though they have some perk to them.
 		<br>//You are starting to experience back pain; any bigger and they might seriously impede your ability to run your arcology.// | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 2, $cash -= 5000, $surgeryType = "breastShrinkage"]]
 	<</if>>
 <<elseif $PC.boobsBonus == 2>>
 	<<if $PC.boobsImplant == 1>>
-		You have a @@.orange;pair of rounded G cup breasts;@@ they are a little too perky for their size to pass as natural.
+		You have a @@.orange;pair of rounded G-cup breasts;@@ they are a little too perky for their size to pass as natural.
 		<br>[[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, $cash -= 5000, $surgeryType = "breastReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.boobsBonus = 3, $cash -= 10000, $surgeryType = "breastEnlargementImplant"]]
 	<<else>>
-		You have a @@.orange;huge G cup bust.@@
+		You have a @@.orange;huge G-cup bust.@@
 		<br>[[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 3, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 1, $cash -= 5000, $surgeryType = "breastShrinkage"]]
 	<</if>>
 <<elseif $PC.boobsBonus == 1>>
 	<<if $PC.boobsImplant == 1>>
-		You have a @@.orange;pair of perky F cup breasts;@@ you can barely tell they are implanted.
+		You have a @@.orange;pair of perky F-cup breasts;@@ you can barely tell they are implanted.
 		<br>[[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, $cash -= 5000, $surgeryType = "breastReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.boobsBonus = 2, $cash -= 10000, $surgeryType = "breastEnlargementImplant"]]
 	<<else>>
-		You have a @@.orange;hefty F cup bust.@@
+		You have a @@.orange;hefty F-cup bust.@@
 		<br>[[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 2, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "breastShrinkage"]]
 	<</if>>
 <<elseif $PC.boobsBonus == -1>>
-	You have a @@.orange;pair of D cup breasts.@@
+	You have a @@.orange;pair of D-cup breasts.@@
 	<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = 0, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -2, $cash -= 5000, $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "flatChest"]]
 <<elseif $PC.boobsBonus == -2>>
-	You have a @@.orange;average pair of C cup breasts.@@
+	You have a @@.orange;average pair of C-cup breasts.@@
 	<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = -1, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -3, $cash -= 5000, $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "breastShrinkage"]] | //You lack sufficient fatty tissue to permit additional size reduction short of total breast removal.//
 <<elseif $PC.boobsBonus == -3>>
-	You have a @@.orange;small pair of B cup breasts.@@
+	You have a @@.orange;small pair of B-cup breasts.@@
 	<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = -2, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "flatChest"]] | //You lack sufficient fatty tissue to permit additional size reduction short of total breast removal.//
 <<elseif $PC.boobs == 1>>
 	You have a @@.orange;big pair of DD-cup breasts.@@
diff --git a/src/pregmod/pcSurgeryDegredation.tw b/src/pregmod/pcSurgeryDegredation.tw
index 00bb58e42884376866532775c673715450ab1cd0..a9f1d22f4b5770d32b574a49420108ddb29be8fe 100644
--- a/src/pregmod/pcSurgeryDegredation.tw
+++ b/src/pregmod/pcSurgeryDegredation.tw
@@ -25,7 +25,7 @@
 	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much lighter your breasts are. Pulling the covers off yourself, you observe your smaller <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -1>>D-cup<<elseif $PC.boobsBonus == -2>>C-cup<<elseif $PC.boobsBonus == -3>>B-cup<<else>>DD-cup<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your shrunken breasts. "We made sure to tighten them up a bit, get rid of that sagginess from weight and the mass removed." She begins groping your breasts, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 
 <<case "breastEnlargementImplant">>
-	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, round <<if $PC.boobsBonus == 2>>G cup<<elseif $PC.boobsBonus == 1>>F cup<<else>>H cup<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them looking natural, <<if $PC.boobsBonus == 2>>but you can definitely tell<<elseif $PC.boobsBonus == 1>>and I say we did a pretty good job<<else>>but the implants were way too big for that<</if>>." She begins groping your breasts, feeling the implant within for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your implant laden breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
+	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, round <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<else>>H-cup<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them looking natural, <<if $PC.boobsBonus == 2>>but you can definitely tell<<elseif $PC.boobsBonus == 1>>and I say we did a pretty good job<<else>>but the implants were way too big for that<</if>>." She begins groping your breasts, feeling the implant within for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your implant laden breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 
 <<case "breastEnlargement">>
 	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, soft <<if $PC.boobsBonus == 3>>H-cup<<elseif $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -1>>D-cup<<elseif $PC.boobsBonus == -2>>C-cup<<elseif $PC.boobsBonus == -3>>B-cup<<else>>DD-cup<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them perky, <<if $PC.boobsBonus == 3>>quite a feat given their size<<else>>not that hard given your natural perk<</if>>." She begins groping your breasts, feeling the added mass for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your fat tits. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
@@ -34,7 +34,7 @@
 	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice the absence of the usual weight on your chest. Pulling the covers off yourself, you observe your flat chest in the mirror-covered wall across from your bed. "So do you like it?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your chest. "I honestly couldn't live without my pair." She begins groping your chest, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your tits and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts still work, but it's still strange coming from such a flat chest."<</if>> You can't help but moan under your building arousal as she massages and teases your nipples. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 
 <<case "breasts">>
-	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice a new weight on your chest. Pulling the covers off yourself, you observe your new, soft C cup boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "With these, you should be able to compete with any girls around you." She begins groping your breasts, feeling the added mass for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your new tits. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
+	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice a new weight on your chest. Pulling the covers off yourself, you observe your new, soft C-cup boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "With these, you should be able to compete with any girls around you." She begins groping your breasts, feeling the added mass for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.lactation > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your new tits. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 
 <<case "buttReductionImplant">>
 	After a few hours, you awaken in the recovery wing, face down in a bed made to accommodate as person with your body type, with a sore ass. You push yourself up and look at the mass under the cover behind you that is your rear, taking note of how much smaller it is now than when you arrived. "So do you like it?", asks the surgeon's assistant, seating herself beside you and bringing her hands to your butt. "Size isn't everything in an ass, shape is important too." She begins groping your bottom, feeling around for any oddities. "I know you're still a little sore, but bear with it. There, everything feels good, now rest up and you'll be set! Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Groggy, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
@@ -190,7 +190,7 @@
 	<<if $PC.boobsBonus == 3>>
 		that your enormous breasts make it difficult to get a good look so you settle for the mirror-covered wall across from your bed. Your dick is gone, along with the rest of your male reproductive organs, leaving you with a pussy, a new fertile set of ovaries and a fresh womb. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore.
 	<<else>>
-		your dick is gone, along with the rest of your male reproductive organs, leaving you with a pussy, a new fertile set of ovaries and a fresh womb. You can't tell much more until you get a good feel of it, but you're too sore to try.<<if $PC.boobs == 0>> You do take a moment to fondle your new C cup breasts though; they feel nice.<</if>> Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore.
+		your dick is gone, along with the rest of your male reproductive organs, leaving you with a pussy, a new fertile set of ovaries and a fresh womb. You can't tell much more until you get a good feel of it, but you're too sore to try.<<if $PC.boobs == 0>> You do take a moment to fondle your new C-cup breasts though; they feel nice.<</if>> Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore.
 	<</if>>
 	"So, how do you feel?", asks the surgeon's assistant, seating herself beside you and placing a hand on your belly. "I'd take it easy for the rest of the week, your body is going to take some time to recover from all the changes. Now, this might be uncomfortable, but it would be best to check if your new parts are functioning correctly." She circles around until she is between your legs and disappears between your thighs. You feel face brush your inner legs as she brings her mouth to your fresh pussy and begins to enthusiastically eat you out. She is quite good at her job and quickly brings you to climax; your new vagina squirting girl cum across her face. She raises from your crotch and licks her lips. "Your new taste is good too. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around. Oh! And before you leave, we'll write a prescription for some birth control for you. You don't have to use it, but it'll be there for you." Exhausted from the procedure, you settle back down to play with your tits and recover for the rest of your stay.
 	<<if $PC.boobs == 0>><<set $PC.boobs = 1, $PC.boobsBonus = -2>><</if>>
@@ -200,7 +200,7 @@
 	<<if $PC.boobsBonus == 3>>
 		that your enormous breasts make it difficult to get a good look so you settle for the mirror-covered wall across from your bed. You see<<if $PC.ballsImplant < 1>> your new pussy peeking from under your testicles<<else>> that your balls are big enough to completely obscure your new pussy<</if>>. Your lower belly is slightly larger too, likely from your new womb. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore.
 	<<else>>
-		<<if $PC.ballsImplant < 1>>your new pussy peeking from under your testicles<<else>>that your balls are big enough to completely obscure your new pussy<</if>>. Your lower belly is slightly larger too, likely from your new womb. You can't tell much more until you get a good feel of it, but you're too sore to try.<<if $PC.boobs == 0>> You do take a moment to fondle your new C cup breasts though; they feel nice.<</if>> Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore.
+		<<if $PC.ballsImplant < 1>>your new pussy peeking from under your testicles<<else>>that your balls are big enough to completely obscure your new pussy<</if>>. Your lower belly is slightly larger too, likely from your new womb. You can't tell much more until you get a good feel of it, but you're too sore to try.<<if $PC.boobs == 0>> You do take a moment to fondle your new C-cup breasts though; they feel nice.<</if>> Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore.
 	<</if>>
 	"So, how do you feel?", asks the surgeon's assistant, seating herself beside you and placing a hand on your belly. "I'd take it easy for the rest of the week, your body is going to take some time to recover from all the changes. Now, this might be uncomfortable, but it would be best to check if your new parts are functioning correctly." She circles around until she is between your legs and disappears between your thighs. You feel <<if $PC.ballsImplant > 1>>her lift your engorged sack and leave it resting atop her head<<else>>her head brush against your sack<</if>> as she brings her mouth to your fresh pussy and begins to enthusiastically eat you out. She is quite good at her job and quickly brings you to climax; your new vagina squirting girl cum across her face and your neglected dick spraying cum across your belly. She raises from your crotch to lick up your wayward cum. "I always did like the taste of you and your new flavor is good too. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around. Oh! And before you leave, we'll write a prescription for some birth control for you. You don't have to use it, but it'll be there for you. Just try not to mix your two halves, unless you want to watch your middle steadily swell with your own child." Exhausted from the procedure, you settle back down to play with your tits and recover for the rest of your stay.
 	<<if $PC.boobs == 0>><<set $PC.boobs = 1, $PC.boobsBonus = -2>><</if>>
diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw
index 0664eee5cadbdcbb6943afff3e25f62b6af87a3b..e61c3a0406b0a5a8dc58388b7c144e210755b3ef 100644
--- a/src/pregmod/widgets/playerDescriptionWidgets.tw
+++ b/src/pregmod/widgets/playerDescriptionWidgets.tw
@@ -6,7 +6,7 @@
 
 <<if _passage == "Manage Personal Affairs">>
 	<<if $PC.boobsBonus > 2>>
-		you have a @@.orange;pair of H cup breasts.@@
+		you have a @@.orange;pair of H-cup breasts.@@
 		<<if $PC.boobsImplant == 1>>
 			They are big, round, and obviously implants. They barely move when you fuck your slaves.
 		<<else>>
@@ -21,7 +21,7 @@
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
 	<<elseif $PC.boobsBonus == 2>>
-		you have a @@.orange;pair of G cup breasts.@@
+		you have a @@.orange;pair of G-cup breasts.@@
 		<<if $PC.boobsImplant == 1>>
 			They are kind of rounded and much too perky for their size to pass as real. They have a bit of bounce to them as you fuck a slave.
 		<<else>>
@@ -36,7 +36,7 @@
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
 	<<elseif $PC.boobsBonus == 1>>
-		you have a @@.orange;pair of F cup breasts.@@
+		you have a @@.orange;pair of F-cup breasts.@@
 		<<if $PC.boobsImplant == 1>>
 			They are nice, perky and not obviously implants. Though the way they move when you fuck a slave pins them as such.
 		<<else>>
@@ -51,7 +51,7 @@
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
 	<<elseif $PC.boobsBonus == -1>>
-		you have a @@.orange;pair of D cup breasts.@@ They are nice, perky and bounce pleasantly as you fuck your slaves.
+		you have a @@.orange;pair of D-cup breasts.@@ They are nice, perky and bounce pleasantly as you fuck your slaves.
 		<<if $PC.lactation > 0>>
 			Your breasts feel bigger lately; likely a side effect of your lactation.
 		<</if>>
@@ -61,7 +61,7 @@
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
 	<<elseif $PC.boobsBonus == -2>>
-		you have a @@.orange;pair of C cup breasts.@@ They are nice and perky, with just a little bounce when you fuck your slaves.
+		you have a @@.orange;pair of C-cup breasts.@@ They are nice and perky, with just a little bounce when you fuck your slaves.
 		<<if $PC.lactation > 0>>
 			Your breasts feel bigger lately; likely a side effect of your lactation.
 		<</if>>
@@ -71,7 +71,7 @@
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
 	<<elseif $PC.boobsBonus == -3>>
-		you have a @@.orange;pair of B cup breasts.@@ They are nice and perky, with almost no bounce when you fuck your slaves.
+		you have a @@.orange;pair of B-cup breasts.@@ They are nice and perky, with almost no bounce when you fuck your slaves.
 		<<if $PC.lactation > 0>>
 			Your breasts feel bigger lately; likely a side effect of your lactation.
 		<</if>>
diff --git a/src/uncategorized/deadliness.tw b/src/uncategorized/deadliness.tw
deleted file mode 100644
index 9a5d72ce33c10dab225a4c9d11f8778e366b5641..0000000000000000000000000000000000000000
--- a/src/uncategorized/deadliness.tw
+++ /dev/null
@@ -1,8 +0,0 @@
-:: Deadliness [nobr]
-
-<<run clearSummaryCache($activeSlave)>>
-<<setLocalPronouns $activeSlave>>
-
-<<Deadliness $activeSlave>>
-<<set _deadliness = $deadliness>>
-<<print _deadliness>>
\ No newline at end of file
diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw
index 476a90506c7e3bcce19f43b22811a5b2eace7b20..423b6aefba4f6bc3620a90b9df4b53c21c095a4e 100644
--- a/src/uncategorized/reNickname.tw
+++ b/src/uncategorized/reNickname.tw
@@ -791,7 +791,7 @@
 	<<set $notApplyDesc = "realizes that $his form isn't necessarily due to some master plan and that you may see fit to change it; $he begins to regard the remote surgery with apprehension.">>
 
 <<case "flat">>
-	<<set $nickname = either("'A Cup'", "'DFC'", "'Flat'", "'Flatty'", "'Ironing Board'", "'Itty Bitty'", "'Mosquito Bites'", "'Pettanko'", "'Plank'", "'Undersized'")>>
+	<<set $nickname = either("'A-Cup'", "'DFC'", "'Flat'", "'Flatty'", "'Ironing Board'", "'Itty Bitty'", "'Mosquito Bites'", "'Pettanko'", "'Plank'", "'Undersized'")>>
 	<<set $situationDesc = "has barely any breasts to speak of, $he is completely flat. The slave society of the Free Cities tends to follow average male desires, which is to say that many slaves find themselves carrying comically oversized breasts. It's natural that slaves required to carry such burdens should resent $him.">>
 	<<set $applyDesc = "further believes that chests should be deliciously flat, and is a little relieved at the added evidence that you don't plan to give $his breasts the size of $his head any time soon.">>
 	<<set $notApplyDesc = "realizes that $his form isn't necessarily due to some master plan and that you may see fit to change it; $he begins to regard the remote surgery with apprehension.">>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index d6e3b1dd28032b4b82d9392ccdb6ab6da9a96af5..0b0603068836ee6cee067f36f54df5134a30d25f 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -342,25 +342,25 @@ Work on $his chest:
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 	$His
 	<<if $activeSlave.boobs < 300>><<print either("androgynous", "flat")>> chest is barely there.
-	<<elseif $activeSlave.boobs < 400>><<print either("pointy", "tiny")>>, <<print $activeSlave.boobs>>cc chest only fills an A cup.
-	<<elseif $activeSlave.boobs < 500>><<print either("perky", "small")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "bosom", "breasts", "tits")>> would fill a B cup.
-	<<elseif $activeSlave.boobs < 650>><<print either("curved", "healthy")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "bosom", "breasts", "bust", "tits")>> would fill a C cup.
-	<<elseif $activeSlave.boobs < 800>><<print either("big", "sizable")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "bosom", "breasts", "bust", "tits")>> would fill a D cup.
-	<<elseif $activeSlave.boobs < 1000>><<print either("big", "large")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "bosom", "breasts", "bust", "tits")>> would fill a DD cup.
-	<<elseif $activeSlave.boobs < 1200>><<print either("hefty", "proud")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "breasts", "mammaries", "tits", "udders")>> would fill an F cup.
-	<<elseif $activeSlave.boobs < 1400>><<print either("hefty", "huge")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a G cup.
-	<<elseif $activeSlave.boobs < 1600>><<print either("huge", "massive")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an H cup.
-	<<elseif $activeSlave.boobs < 1800>><<print either("enormous", "massive")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an I cup.
-	<<elseif $activeSlave.boobs < 2050>><<print either("enormous", "titanic")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a J cup.
-	<<elseif $activeSlave.boobs < 2300>><<print either("stupendous", "titanic")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a K cup.
-	<<elseif $activeSlave.boobs < 2600>><<print either("magnificent", "stupendous")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an L cup.
-	<<elseif $activeSlave.boobs < 2900>><<print either("magnificent", "tremendous")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an M cup.
-	<<elseif $activeSlave.boobs < 3250>><<print either("awe-inspiring", "tremendous")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an N cup.
-	<<elseif $activeSlave.boobs < 3600>><<print either("absurd", "awe-inspiring")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an O cup.
-	<<elseif $activeSlave.boobs < 3950>><<print either("attention-grabbing", "disproportionate")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a P cup.
-	<<elseif $activeSlave.boobs < 4300>><<print either("massive", "shocking")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a Q cup.
-	<<elseif $activeSlave.boobs < 4700>><<print either("jaw-dropping", "unreal")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an R cup.
-	<<elseif $activeSlave.boobs < 5100>><<print either("astounding", "tremendous")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an S cup.
+	<<elseif $activeSlave.boobs < 400>><<print either("pointy", "tiny")>>, <<print $activeSlave.boobs>>cc chest only fills an A-cup.
+	<<elseif $activeSlave.boobs < 500>><<print either("perky", "small")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "bosom", "breasts", "tits")>> would fill a B-cup.
+	<<elseif $activeSlave.boobs < 650>><<print either("curved", "healthy")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "bosom", "breasts", "bust", "tits")>> would fill a C-cup.
+	<<elseif $activeSlave.boobs < 800>><<print either("big", "sizable")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "bosom", "breasts", "bust", "tits")>> would fill a D-cup.
+	<<elseif $activeSlave.boobs < 1000>><<print either("big", "large")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "bosom", "breasts", "bust", "tits")>> would fill a DD-cup.
+	<<elseif $activeSlave.boobs < 1200>><<print either("hefty", "proud")>>, <<print $activeSlave.boobs>>cc <<print either("boobs", "breasts", "mammaries", "tits", "udders")>> would fill an F-cup.
+	<<elseif $activeSlave.boobs < 1400>><<print either("hefty", "huge")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a G-cup.
+	<<elseif $activeSlave.boobs < 1600>><<print either("huge", "massive")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an H-cup.
+	<<elseif $activeSlave.boobs < 1800>><<print either("enormous", "massive")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an I-cup.
+	<<elseif $activeSlave.boobs < 2050>><<print either("enormous", "titanic")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a J-cup.
+	<<elseif $activeSlave.boobs < 2300>><<print either("stupendous", "titanic")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a K-cup.
+	<<elseif $activeSlave.boobs < 2600>><<print either("magnificent", "stupendous")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an L-cup.
+	<<elseif $activeSlave.boobs < 2900>><<print either("magnificent", "tremendous")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an M-cup.
+	<<elseif $activeSlave.boobs < 3250>><<print either("awe-inspiring", "tremendous")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an N-cup.
+	<<elseif $activeSlave.boobs < 3600>><<print either("absurd", "awe-inspiring")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an O-cup.
+	<<elseif $activeSlave.boobs < 3950>><<print either("attention-grabbing", "disproportionate")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a P-cup.
+	<<elseif $activeSlave.boobs < 4300>><<print either("massive", "shocking")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill a Q-cup.
+	<<elseif $activeSlave.boobs < 4700>><<print either("jaw-dropping", "unreal")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an R-cup.
+	<<elseif $activeSlave.boobs < 5100>><<print either("astounding", "tremendous")>>, <<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> would fill an S-cup.
 	<<elseif ($activeSlave.amp == 1)>><<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> fill out an enormous custom bra; $his tits dominate $his entire frame.
 	<<else>><<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> fill out an enormous custom bra; $his tits dominate $his entire frame.
 	<</if>>