From d8211dc752d8d335627d80f9e7681825f35c3908 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Fri, 17 Aug 2018 18:41:45 -0500
Subject: [PATCH] BCups

---
 player variables documentation - Pregmod.txt  |  61 ++++----
 src/cheats/PCCheatMenu.tw                     |   2 +-
 src/events/intro/initNationalities.tw         |   4 +-
 src/events/intro/introSummary.tw              |  32 +++--
 src/npc/descriptions/fVagina.tw               |  12 +-
 src/pregmod/electiveSurgery.tw                |  13 +-
 src/pregmod/pcSurgeryDegredation.tw           |   8 +-
 src/pregmod/personalNotes.tw                  |  26 ++--
 .../widgets/playerDescriptionWidgets.tw       |  31 +++-
 src/uncategorized/BackwardsCompatibility.tw   |   3 +
 src/uncategorized/RESS.tw                     |  12 +-
 src/uncategorized/corporationDevelopments.tw  | 132 +++++++++---------
 src/uncategorized/newSlaveIntro.tw            |   6 +-
 13 files changed, 198 insertions(+), 144 deletions(-)

diff --git a/player variables documentation - Pregmod.txt b/player variables documentation - Pregmod.txt
index 976e924b04d..75813cfd2d7 100644
--- a/player variables documentation - Pregmod.txt	
+++ b/player variables documentation - Pregmod.txt	
@@ -42,11 +42,11 @@ preg:
 
 (uncommon in events)
 How far along the your pregnancy is (pregMood kicks in at 24+ weeks)
--2      menopausal
--1      contraceptives
- 0      not pregnant
+-2		menopausal
+-1		contraceptives
+ 0		not pregnant
  1 - 42 pregnant
- 43+    giving birth
+ 43+	giving birth
  
 pregType: 
 
@@ -67,18 +67,18 @@ belly:
 (uncommon in events)
 how big your belly is in CCs (preg only)
 thresholds
-100    - bloated
-1500   - early pregnancy
-5000   - obviously pregnant
-10000  - very pregnant
-15000  - full term
-30000  - full term twins
-45000  - full term triplets
-60000  - full term quads
-75000  - full term quints
-90000  - full term sextuplets
-105000 - full term septuplets
-120000 - full term octuplets
+100	- bloated
+1500	- early pregnancy
+5000	- obviously pregnant
+10000	- very pregnant
+15000	- full term
+30000	- full term twins
+45000	- full term triplets
+60000	- full term quads
+75000	- full term quints
+90000	- full term sextuplets
+105000	- full term septuplets
+120000	- full term octuplets
 
 mpreg:
 
@@ -118,22 +118,23 @@ boobsBonus:
 
 (rare in events)
 breast size
--1   - C-cup
--0.5 - 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:
 
 How strong/are there rumors about you doing unsavory things with your slaves
-0  - 10  - occasional whispers
-11 - 25  - minor rumors
-26 - 50  - rumors
-51 - 75  - bad rumors
-70 - 100 - severe rumors
-101+     - life ruining rumors
+0	- 10	- occasional whispers
+11	- 25	- minor rumors
+26	- 50	- rumors
+51	- 75	- bad rumors
+70	- 100	- severe rumors
+101+		- life ruining rumors
 
 voiceImplant:
 
@@ -449,8 +450,8 @@ are you on fertility supplements
 forcedFertDrugs:
 
 have you been drugged with fertility drugs
-0  - no
-1+ - how many weeks they will remain in your system
+0	- no
+1+	- how many weeks they will remain in your system
 
 staminaPills:
 
diff --git a/src/cheats/PCCheatMenu.tw b/src/cheats/PCCheatMenu.tw
index 8e371f076a5..32d421e40ec 100644
--- a/src/cheats/PCCheatMenu.tw
+++ b/src/cheats/PCCheatMenu.tw
@@ -38,7 +38,7 @@
 
 <br>''Boobs'': <<textbox "$PC.boobs" $PC.boobs "PCCheatMenu">> //0 - masculine chest (if title = 1) or flat chested (if title = 0)(WIP) 1 - feminine bust//
 <<if $PC.boobs > 0>>
-	<br>''BoobsBonus'': <<textbox "$PC.boobsBonus" $PC.boobsBonus "PCCheatMenu">> //breast size -1   - C-cup -0.5 - D-cup 0   - DD-cup 1   - F-cup 2   - G-cup 3   - H-cup//
+	<br>''BoobsBonus'': <<textbox "$PC.boobsBonus" $PC.boobsBonus "PCCheatMenu">> //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 "$PC.boobsImplant" $PC.boobsImplant "PCCheatMenu">> //do you have breast implants 0 - no 1 - yes//
 <</if>>
 <br>''Skin'': <<textbox "$PC.skin" $PC.skin "PCCheatMenu">>
diff --git a/src/events/intro/initNationalities.tw b/src/events/intro/initNationalities.tw
index 99d92fbb600..701fa118d21 100644
--- a/src/events/intro/initNationalities.tw
+++ b/src/events/intro/initNationalities.tw
@@ -1,7 +1,7 @@
 :: init Nationalities [silently]
 
 <<set $minimumSlaveAge = variableAsNumber($minimumSlaveAge, 18, 3, 18)>>
-<<set $retirementAge = Math.clamp($retirementAge, 25, 120)>>
+<<set $retirementAge = variableAsNumber($retirementAge, 45, 25, 120)>>
 <<set $fertilityAge = variableAsNumber($fertilityAge, 13, 3, 18)>>
 <<set $potencyAge = variableAsNumber($potencyAge, 13, 3, 18)>>
 
@@ -98,7 +98,7 @@
 <<set _seed = ["east", "north", "northeast", "northwest", "south", "southeast", "southwest", "west"]>>
 <<set _govtypes = ["a committee", "a corporation", "an individual", "an oligarchy", "direct democracy", "elected officials"]>>
 	
-<<set $neighboringArcologies = Math.clamp($neighboringArcologies, 0, 8)>>
+<<set $neighboringArcologies = Math.clamp($neighboringArcologies, 3, 0, 8)>>
 <<for $i = 0; $i <= $neighboringArcologies; $i++>>
 	<<set $activeArcology = {name: "Arcology X-", direction: "north", government: "an individual", leaderID: 0, honeymoon: 0, prosperity: 50, ownership: 50, minority: 20, PCminority: 0, demandFactor: 0, FSSupremacist: "unset", FSSupremacistRace: 0, FSSubjugationist: "unset", FSSubjugationistRace: 0, FSGenderRadicalist: "unset", FSGenderFundamentalist: "unset", FSPaternalist: "unset", FSDegradationist: "unset", FSBodyPurist: "unset", FSTransformationFetishist: "unset", FSYouthPreferentialist: "unset", FSMaturityPreferentialist: "unset", FSSlimnessEnthusiast: "unset", FSAssetExpansionist: "unset", FSPastoralist: "unset", FSPhysicalIdealist: "unset", FSChattelReligionist: "unset", FSRomanRevivalist: "unset", FSAztecRevivalist: "unset", FSEgyptianRevivalist: "unset", FSEdoRevivalist: "unset", FSArabianRevivalist: "unset", FSChineseRevivalist: "unset", FSNull: "unset", embargo: 1, embargoTarget: -1, influenceTarget: -1, influenceBonus: 0, CyberEconomic: 1, CyberEconomicTarget: -1, CyberReputation: 1, CyberReputationTarget: -1, rival: 0, FSRestart: "unset", FSRepopulationFocus: "unset", FSHedonisticDecadence: "unset", FSCummunism: "unset", FSIncestFetishist: "unset", FSGenderRadicalistResearch: 0, FSGenderFundamentalistResearch: 0, FSPaternalistResearch: 0, FSDegradationistResearch: 0, FSBodyPuristResearch: 0, FSTransformationFetishistResearch: 0, FSYouthPreferentialistResearch: 0, FSMaturityPreferentialistResearch: 0, FSSlimnessEnthusiastResearch: 0, FSAssetExpansionistResearch: 0, FSPastoralistResearch: 0, FSPhysicalIdealistResearch: 0, FSRepopulationFocusResearch: 0, FSRestartResearch: 0, FSHedonisticDecadenceResearch: 0, FSHedonisticDecadenceDietResearch: 0, FSCummunismResearch: 0, FSIncestFetishistResearch: 0}>>
 	<<if $i == 0>>
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index d0c43b9ad53..b2e50cff8fe 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -1,9 +1,9 @@
 :: Intro Summary [nobr]
 
-<<set $neighboringArcologies = Math.clamp($neighboringArcologies, 0, 8)>>
-<<set $FSCreditCount = Math.clamp($FSCreditCount, 4, 7)>>
-<<set $PC.actualAge = Math.clamp($PC.actualAge, 14, 80)>>
-<<set $PC.birthWeek = Math.clamp($PC.birthWeek, 0, 51)>>
+<<set $neighboringArcologies = variableAsNumber($neighboringArcologies, 3, 0, 8)>>
+<<set $FSCreditCount = variableAsNumber($FSCreditCount, 5, 4, 7)>>
+<<set $PC.actualAge = variableAsNumber($PC.actualAge, 35, 14, 80)>>
+<<set $PC.birthWeek = variableAsNumber($PC.birthWeek, 0, 0, 51)>>
 
 <<silently>>
 FertilityAge($fertilityAge)
@@ -13,7 +13,7 @@ You may review your settings before clicking "Continue" to begin.
 
 <br><br>
 <<set $minimumSlaveAge = variableAsNumber($minimumSlaveAge, 18, 3, 18)>>
-<<set $retirementAge = Math.clamp($retirementAge, 25, 120)>>
+<<set $retirementAge = variableAsNumber($retirementAge, 45, 25, 120)>>
 <<set $fertilityAge = variableAsNumber($fertilityAge, 13, 3, 18)>>
 <<set $potencyAge = variableAsNumber($potencyAge, 13, 3, 18)>>
 <<set $PC.mother = Number($PC.mother)>>
@@ -706,9 +706,11 @@ __''Player Character''__
 
 	<br>
 	<<switch $PC.boobsBonus>>
-		<<case -1>>
+		<<case -3>>
+			<<set _PCCreationBoobSize = "small B cups">>
+		<<case -2>>
 			<<set _PCCreationBoobSize = "unnoticeable C cups">>
-		<<case -0.5>>
+		<<case -1>>
 			<<set _PCCreationBoobSize = "unremarkable D cups">>
 		<<case 1>>
 			<<set _PCCreationBoobSize = "noticeable F cups">>
@@ -730,18 +732,18 @@ __''Player Character''__
 		Your breasts are ''_PCCreationBoobSize''
 		and ''_PCCreationBreast''.
 		<<if $PC.boobsBonus == 0>>
-			[[Go bigger|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 0]] | [[Get implants|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 1]] | [[Go smaller|Intro Summary][$PC.boobsBonus = -1, $PC.boobsImplant = 0]]
+			[[Go bigger|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 0]] | [[Get implants|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 1]] | [[Go smaller|Intro Summary][$PC.boobsBonus = -2, $PC.boobsImplant = 0]]
 		<<elseif $PC.boobsBonus == 2>>
 			[[Go smaller |Intro Summary][$PC.boobsBonus = 0, $PC.boobsImplant = 0]]
-		<<elseif $PC.boobsBonus == -1>>
-			[[Go Bigger |Intro Summary][$PC.boobsBonus = 0]]
+		<<elseif $PC.boobsBonus == -2>>
+			[[Go bigger |Intro Summary][$PC.boobsBonus = 0]]
 		<</if>>
 		| [[Remove them|Intro Summary][$PC.boobs = 0, $PC.boobsBonus = 0, $PC.boobsImplant = 0]]
 	<<else>>
 		<<if $PC.title == 1>>
-			Your chest is ''manly.'' [[Add breasts|Intro Summary][$PC.boobs = 1, $PC.boobsBonus = -1]]
+			Your chest is ''manly.'' [[Add breasts|Intro Summary][$PC.boobs = 1, $PC.boobsBonus = -2]]
 		<<else>>
-			You are ''flat chested.'' [[Grow breasts|Intro Summary][$PC.boobs = 1, $PC.boobsBonus = -1]]
+			You are ''flat chested.'' [[Grow breasts|Intro Summary][$PC.boobs = 1, $PC.boobsBonus = -2]]
 		<</if>>
 	<</if>>
 
@@ -907,10 +909,12 @@ __''Player Character''__
 			huge <<if $PC.boobsImplant == 1>>fake <</if>>breasts.
 		<<elseif $PC.boobsBonus == 3>>
 			giant<<if $PC.boobsImplant == 1>>, fake<</if>> cow tits.
-		<<elseif $PC.boobsBonus == -0.5>>
-			unremarkable breasts.
 		<<elseif $PC.boobsBonus == -1>>
+			unremarkable breasts.
+		<<elseif $PC.boobsBonus == -2>>
 			average breasts.
+		<<elseif $PC.boobsBonus == -3>>
+			small breasts.
 		<<else>>
 			noticeable breasts.
 		<</if>>
diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw
index c3ce6fb53e2..5f92da07027 100644
--- a/src/npc/descriptions/fVagina.tw
+++ b/src/npc/descriptions/fVagina.tw
@@ -246,10 +246,12 @@ You call $him over so you can
 				$his breasts press against your own huge<<if $PC.boobsImplant == 1>>, firm<<else>>, soft<</if>> breasts;
 			<<elseif $PC.boobsBonus == 1>>
 				$his breasts press against your own big<<if $PC.boobsImplant == 1>>, perky<</if>> breasts;
-			<<elseif $PC.boobsBonus == -0.5>>
-				$his breasts press against your own breasts;
 			<<elseif $PC.boobsBonus == -1>>
+				$his breasts press against your own breasts;
+			<<elseif $PC.boobsBonus == -2>>
 				$his breasts press against your own average breasts;
+			<<elseif $PC.boobsBonus == -3>>
+				$his breasts press against your own small breasts;
 			<<elseif $PC.boobs == 1>>
 				$his breasts press against your own generous breasts;
 			<<elseif $PC.title == 0>>
@@ -394,10 +396,12 @@ You call $him over so you can
 					$his breasts press against your own huge<<if $PC.boobsImplant == 1>>, firm<<else>>, soft<</if>> breasts;
 				<<elseif $PC.boobsBonus == 1>>
 					$his breasts press against your own big<<if $PC.boobsImplant == 1>>, perky<</if>> breasts;
-				<<elseif $PC.boobsBonus == -0.5>>
-					$his breasts press against your own breasts;
 				<<elseif $PC.boobsBonus == -1>>
+					$his breasts press against your own breasts;
+				<<elseif $PC.boobsBonus == -2>>
 					$his breasts press against your own average breasts;
+				<<elseif $PC.boobsBonus == -3>>
+					$his breasts press against your own small breasts;
 				<<elseif $PC.boobs == 1>>
 					$his breasts press against your own generous breasts;
 				<<elseif $PC.title == 0>>
diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw
index 7230ddeb9e3..8b369c63e75 100644
--- a/src/pregmod/electiveSurgery.tw
+++ b/src/pregmod/electiveSurgery.tw
@@ -154,15 +154,18 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original
 		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 == -0.5>>
-	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 = -1, $cash -= 5000, $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "flatChest"]]
 <<elseif $PC.boobsBonus == -1>>
+	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.@@
-	<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = -0.5, $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.//
+	<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.@@
+	<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 breasts.@@
-	<br>[[Get a pair of breast implants|PC Surgery Degradation][$PC.boobsBonus = 1, $PC.boobsImplant = 1, $cash -= 10000, $surgeryType = "breastEnlargementImplant"]] | [[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 1, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -0.5, $cash -= 5000, $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "flatChest"]]
+	<br>[[Get a pair of breast implants|PC Surgery Degradation][$PC.boobsBonus = 1, $PC.boobsImplant = 1, $cash -= 10000, $surgeryType = "breastEnlargementImplant"]] | [[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 1, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -1, $cash -= 5000, $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "flatChest"]]
 <<elseif $PC.title == 1>>
 	You have a @@.orange;masculine chest.@@ At your request, breast tissue could be added until you have a healthy bust, though society is unlikely to approve.
 	<br>[[Get a pair of breasts|PC Surgery Degradation][$PC.boobs = 1, $PC.boobsBonus = -1, $cash -= 15000, $surgeryType = "breasts"]]
diff --git a/src/pregmod/pcSurgeryDegredation.tw b/src/pregmod/pcSurgeryDegredation.tw
index 9f3f914859b..90bca901690 100644
--- a/src/pregmod/pcSurgeryDegredation.tw
+++ b/src/pregmod/pcSurgeryDegredation.tw
@@ -22,13 +22,13 @@
 	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 implant free 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 natural breasts. "We made sure to tighten them up a bit, get rid of that sag from not having the silicone pouch in them anymore." 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.preg > 30 || $PC.births > 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 "breastShrinkage">>
-	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 == -0.5>>D-cup<<elseif $PC.boobsBonus == -1>>C-cup<<else>>DD<</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.preg > 30 || $PC.births > 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.
+	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<</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.preg > 30 || $PC.births > 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.preg > 30 || $PC.births > 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 == -0.5>>D-cup<<elseif $PC.boobsBonus == -1>>C-cup<<else>>DD<</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.preg > 30 || $PC.births > 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.
+	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<</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.preg > 30 || $PC.births > 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.
 	
 <<case "flatChest">>
 	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.preg > 30 || $PC.births > 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.
@@ -194,7 +194,7 @@
 		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 = -1>><</if>>
+	<<if $PC.boobs == 0>><<set $PC.boobs = 1, $PC.boobsBonus = -2>><</if>>
 	
 <<case "male2hermfemale">>
 	After a few hours, you awaken in the recovery wing with a distinct soreness between your legs and in your lower belly. You pull the covers off of yourself to catch sight of the result of the surgery and find
@@ -204,7 +204,7 @@
 		<<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 = -1>><</if>>
+	<<if $PC.boobs == 0>><<set $PC.boobs = 1, $PC.boobsBonus = -2>><</if>>
 
 <<case "female2male">>
 	After a few hours, you awaken in the recovery wing with a distinct soreness between your legs and in your lower belly. You pull the covers off of yourself to catch sight of the result of the surgery and find
diff --git a/src/pregmod/personalNotes.tw b/src/pregmod/personalNotes.tw
index dbb55a08544..b1e78523842 100644
--- a/src/pregmod/personalNotes.tw
+++ b/src/pregmod/personalNotes.tw
@@ -9,24 +9,34 @@
 <<PlayerButt>>
 <<if $PC.boobs == 1 && $PC.boobsImplant == 0>>
 	<<if $PC.preg == 31>>
-		<<if $PC.boobsBonus == 0>>
+		<<if $PC.boobsBonus == 2>>
+			<<if random(1,100) > 90>>
+				Your already huge breasts have @@.lime;grown even more enormous@@ with your new pregnancy. Quick measurements show you've gone up yet another a cup size over the course of your pregnancy.
+				<<set $PC.boobsBonus++>>
+			<</if>>
+		<<elseif $PC.boobsBonus == 1>>
+			<<if random(1,100) > 75>>
+				Your already large breasts have @@.lime;grown even larger@@ with your new pregnancy. Quick measurements show you've gone up another cup size or so over the course of your pregnancy.
+				<<set $PC.boobsBonus++>>
+			<</if>>
+		<<elseif $PC.boobsBonus == 0>>
 			<<if random(1,100) > 75>>
 				Your breasts have @@.lime;grown larger@@ to feed your coming child. Quick measurements show you've gone up a cup size over the course of your pregnancy.
 				<<set $PC.boobsBonus++>>
 			<</if>>
 		<<elseif $PC.boobsBonus == -1>>
 			<<if random(1,100) > 80>>
-				Your breasts have been really @@.lime;swollen@@ lately with your new pregnancy. Quick measurements show you've gone up nearly two cup sizes. You may want to consider getting a breast reduction.
+				Your breasts have @@.lime;grown a bit larger@@ to feed your coming child. Quick measurements show you've gone up nearly two cup sizes over the course of your pregnancy.
 				<<set $PC.boobsBonus++>>
 			<</if>>
-		<<elseif $PC.boobsBonus == 1>>
-			<<if random(1,100) > 75>>
-				Your already large breasts have @@.lime;grown even larger@@ with your new pregnancy. Quick measurements show you've gone up another cup size or so over the course of your pregnancy.
+		<<elseif $PC.boobsBonus == -2>>
+			<<if random(1,100) > 80>>
+				Your once small breasts have @@.lime;become very swollen@@ lately with your new pregnancy. Quick measurements show you've gone up a cup size over the course of your pregnancy.
 				<<set $PC.boobsBonus++>>
 			<</if>>
-		<<elseif $PC.boobsBonus == 2>>
-			<<if random(1,100) > 90>>
-				Your already huge breasts have @@.lime;grown even more enormous@@ with your new pregnancy. Quick measurements show you've gone up yet another a cup size over the course of your pregnancy.
+		<<elseif $PC.boobsBonus == -3>>
+			<<if random(1,100) > 75>>
+				Your once tiny breasts have @@.lime;become swollen@@ lately with your new pregnancy. Quick measurements show you've actually gone up a cup size over the course of your pregnancy.
 				<<set $PC.boobsBonus++>>
 			<</if>>
 		<</if>>
diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw
index ec31743235e..7fb6c07a90e 100644
--- a/src/pregmod/widgets/playerDescriptionWidgets.tw
+++ b/src/pregmod/widgets/playerDescriptionWidgets.tw
@@ -50,7 +50,7 @@
 		<<elseif $PC.markings == "heavily freckled">>
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
-	<<elseif $PC.boobsBonus == -0.5>>
+	<<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.
 		<<if $PC.preg > 30 || $PC.births > 0>>
 			Your breasts feel bigger lately; likely a side effect of your lactation.
@@ -60,7 +60,7 @@
 		<<elseif $PC.markings == "heavily freckled">>
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
-	<<elseif $PC.boobsBonus == -1>>
+	<<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.
 		<<if $PC.preg > 30 || $PC.births > 0>>
 			Your breasts feel bigger lately; likely a side effect of your lactation.
@@ -70,6 +70,16 @@
 		<<elseif $PC.markings == "heavily freckled">>
 			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.
+		<<if $PC.preg > 30 || $PC.births > 0>>
+			Your breasts feel bigger lately; likely a side effect of your lactation.
+		<</if>>
+		<<if $PC.markings == "freckles">>
+			The tops of your breasts and your cleavage are lightly freckled.
+		<<elseif $PC.markings == "heavily freckled">>
+			They are covered in freckles, which are particularly dense in the cleft between them.
+		<</if>>
 	<<elseif $PC.boobs == 1>>
 		you have a @@.orange;healthy pair of DD breasts.@@ They are nice, perky and jiggle pleasantly with your every move.
 		<<if $PC.preg > 30 || $PC.births > 0>>
@@ -185,7 +195,7 @@
 		<<if $PC.preg > 30 || $PC.births > 0>>
 			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
 		<</if>>
-	<<elseif $PC.boobsBonus == -0.5>>
+	<<elseif $PC.boobsBonus == -1>>
 		Your breasts are certainly
 		<<if $PC.markings == "freckles">>
 			eye-catching with light freckling on the tops and in your cleavage.
@@ -198,7 +208,7 @@
 		<<if $PC.preg > 30 || $PC.births > 0>>
 			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
 		<</if>>
-	<<elseif $PC.boobsBonus == -1>>
+	<<elseif $PC.boobsBonus == -2>>
 		Your breasts are fairly average, at least to old world 
 		<<if $PC.markings == "freckles">>
 			standards, with light freckling on the tops and in your cleavage.
@@ -211,6 +221,19 @@
 		<<if $PC.preg > 30 || $PC.births > 0>>
 			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
 		<</if>>
+	<<elseif $PC.boobsBonus == -3>>
+		Your breasts are considered small by most
+		<<if $PC.markings == "freckles">>
+			standards, with light freckling on the tops and in your cleavage.
+		<<elseif $PC.markings == "heavily freckled">>
+			standards, and covered in freckles, which are particularly dense in the cleft between them.
+		<<else>>
+			standards.
+		<</if>>
+		Their size makes them extremely perky, at the cost of having little to no bounce.
+		<<if $PC.preg > 30 || $PC.births > 0>>
+			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
+		<</if>>
 	<<elseif $PC.boobs == 1>>
 		Your breasts are on the larger side of things<<if $PC.preg > 30 || $PC.births > 0>>, though you could do without the wet spots forming over your nipples<</if>>.
 		<<if $PC.markings == "freckles">>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 815a0988be8..eddcb8e4afb 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -309,6 +309,9 @@
 <<if ndef $PC.storedCum>>
 	<<set $PC.storedCum = 0>>
 <</if>>
+<<if $PC.boobsBonus == -0.5>>
+	<<set $PC.boobsBonus = -1>>
+<</if>>
 
 <<if ndef $universalRulesImmobileSlavesMaintainMuscles>>
 	<<set $universalRulesImmobileSlavesMaintainMuscles = 0>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 736362d314a..75725d789c6 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -2145,10 +2145,12 @@ As her gaze travels down your body towards the floor,
 		huge<<if $PC.boobsImplant == 1>>, clearly fake<<else>>, heavy<</if>> breasts
 	<<elseif $PC.boobsBonus == 1>>
 		big<<if $PC.boobsImplant == 1>>, perky<</if>> breasts
-	<<elseif $PC.boobsBonus == -0.5>>
-		handfilling breasts
 	<<elseif $PC.boobsBonus == -1>>
+		handfilling breasts
+	<<elseif $PC.boobsBonus == -2>>
 		average breasts
+	<<elseif $PC.boobsBonus == -3>>
+		small breasts
 	<<elseif $PC.boobs == 1>>
 		generous breasts
 	<</if>>
@@ -2161,10 +2163,12 @@ As her gaze travels down your body towards the floor,
 		huge, bare<<if $PC.boobsImplant == 1>>, clearly fake<<else>>, heavy<</if>> breasts
 	<<elseif $PC.boobsBonus == 1>>
 		big, bare<<if $PC.boobsImplant == 1>>, perky<</if>> breasts
-	<<elseif $PC.boobsBonus == -0.5>>
-		handfilling, bare breasts
 	<<elseif $PC.boobsBonus == -1>>
+		handfilling, bare breasts
+	<<elseif $PC.boobsBonus == -2>>
 		average, bare breasts
+	<<elseif $PC.boobsBonus == -3>>
+		small, bare breasts
 	<<elseif $PC.boobs == 1>>
 		generous, bare breasts
 	<</if>>
diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw
index 9b8510bce7b..6a3e73e56f4 100644
--- a/src/uncategorized/corporationDevelopments.tw
+++ b/src/uncategorized/corporationDevelopments.tw
@@ -485,10 +485,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $generalAssets += 500>>
 			<<set $corpCash -= 500*$generalAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#genAssets">>
-				<<print cashFormat($generalAssetPrice*$generalAssets)>>
+				@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -503,10 +503,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $generalAssets += (Math.trunc($corpCash/($generalAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($generalAssetPrice*1000)))*($generalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#genAssets">>
-				<<print cashFormat($generalAssetPrice*$generalAssets)>>
+				@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -521,10 +521,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $generalAssets += (Math.trunc($corpCash/($generalAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($generalAssetPrice*500)))*($generalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#genAssets">>
-				<<print cashFormat($generalAssetPrice*$generalAssets)>>
+				@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -597,10 +597,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets += 500>>
 			<<set $corpCash -= 500*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -615,10 +615,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets += (Math.trunc($corpCash/($slaveAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($slaveAssetPrice*1000)))*($slaveAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -633,10 +633,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets += (Math.trunc($corpCash/($slaveAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($slaveAssetPrice*500)))*($slaveAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -651,10 +651,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets -= 500>>
 			<<set $corpCash += 500*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -669,10 +669,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets = Math.trunc($slaveAssets/2)>>
 			<<set $corpCash += $slaveAssets*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -729,10 +729,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets += 500>>
 			<<set $corpCash -= 500*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -747,10 +747,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets += (Math.trunc($corpCash/($entrapmentAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($entrapmentAssetPrice*1000)))*($entrapmentAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -765,10 +765,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets += (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*($entrapmentAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -783,10 +783,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets -= 500>>
 			<<set $corpCash += 500*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -801,10 +801,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets = Math.trunc($entrapmentAssets/2)>>
 			<<set $corpCash += $entrapmentAssets*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -861,10 +861,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets += 500>>
 			<<set $corpCash -= 500*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -879,10 +879,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets += (Math.trunc($corpCash/($captureAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($captureAssetPrice*1000)))*($captureAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -897,10 +897,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets += (Math.trunc($corpCash/($captureAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($captureAssetPrice*500)))*($captureAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -915,10 +915,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets -= 500>>
 			<<set $corpCash += 500*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -933,10 +933,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets = Math.trunc($captureAssets/2)>>
 			<<set $corpCash += $captureAssets*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -993,10 +993,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets += 500>>
 			<<set $corpCash -= 500*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1011,10 +1011,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets += (Math.trunc($corpCash/($trainingAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($trainingAssetPrice*1000)))*($trainingAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1029,10 +1029,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets += (Math.trunc($corpCash/($trainingAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($trainingAssetPrice*500)))*($trainingAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1047,10 +1047,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets -= 500>>
 			<<set $corpCash += 500*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1065,10 +1065,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets = Math.trunc($trainingAssets/2)>>
 			<<set $corpCash += $trainingAssets*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1125,10 +1125,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets += 500>>
 			<<set $corpCash -= 500*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1143,10 +1143,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets += (Math.trunc($corpCash/($surgicalAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($surgicalAssetPrice*1000)))*($surgicalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1161,10 +1161,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets += (Math.trunc($corpCash/($surgicalAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($surgicalAssetPrice*500)))*($surgicalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1179,10 +1179,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets -= 500>>
 			<<set $corpCash += 500*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1197,10 +1197,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets = Math.trunc($surgicalAssets/2)>>
 			<<set $corpCash += $surgicalAssets*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1257,10 +1257,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets += 500>>
 			<<set $corpCash -= 500*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1275,10 +1275,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets += (Math.trunc($corpCash/($drugAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($drugAssetPrice*1000)))*($drugAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1293,10 +1293,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets += (Math.trunc($corpCash/($drugAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($drugAssetPrice*500)))*($drugAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1311,10 +1311,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets -= 500>>
 			<<set $corpCash += 500*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1329,10 +1329,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets = Math.trunc($drugAssets/2)>>
 			<<set $corpCash += $drugAssets*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 340a7245a78..c2de92181e6 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -1485,10 +1485,12 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 					huge<<if $PC.boobsImplant == 1>>, fake<</if>>, milk laden breasts.
 				<<elseif $PC.boobsBonus == 1>>
 					large<<if $PC.boobsImplant == 1>>, fake<</if>>, milk laden breasts.
-				<<elseif $PC.boobsBonus == -0.5>>
-					milk laden breasts.
 				<<elseif $PC.boobsBonus == -1>>
+					milk laden breasts.
+				<<elseif $PC.boobsBonus == -2>>
 					small, milk laden breasts.
+				<<elseif $PC.boobsBonus == -3>>
+					tiny, milk laden breasts.
 				<<elseif $PC.boobs == 1>>
 					big, milk laden breasts.
 				<<else>>
-- 
GitLab