diff --git a/src/pregmod/theHippolytaAcademy.tw b/src/pregmod/theHippolytaAcademy.tw
index 976a7cabd40f7cee26046da31840562d9bbc566b..6483725ea1bcdfbe184d2ae23ee5bf91c0e06287 100644
--- a/src/pregmod/theHippolytaAcademy.tw
+++ b/src/pregmod/theHippolytaAcademy.tw
@@ -7,7 +7,16 @@
 	<<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "HA", $returnTo = "Main", $newSlaveIndex = 0>>
 <</if>>
 
-//The Hippolyta Academy is one of the most famous slave bodyguarding schools in all free cities. Its business model is to offer very high quality, highly trained girls. Their renowned amazonian maids are some of the best combatants in the world and can be often found at the side of the wealthiest citizens.//
+//
+The Hippolyta Academy is one of the most famous slave bodyguarding schools in all free cities. Its business model is to offer very high quality, highly trained girls. Their renowned amazonian maids are some of the best combatants in the world and can be often found at the side of the wealthiest citizens.
+<<if $HA.schoolUpgrade == 1>>
+	Recently the school was able to enhance its educational programs thanks to your generous donation. Their slaves are now some of the most well trained and educated on the market.
+<<elseif $HA.schoolUpgrade == 2>>
+	Recently the school was able to improve its drug enhancement program thanks to your generous donation. Their slaves are now some of the most physically impressive specimen on the market.
+<<elseif $HA.schoolUpgrade == 3>>
+	Recently the school redirected its focus to better align with the strongfat ideal, as of your suggestion. Their slaves are physically impressive yet maintain a soft and feminine aspect.
+<</if>>
+//
 
 <br><br>The Hippolyta Academy offers a fresh graduate for inspection. The interview takes place in one of the many training areas of the school, where the physical prowess of the candidate can be easily showcased.
 
diff --git a/src/uncategorized/resEndowment.tw b/src/uncategorized/resEndowment.tw
index feaf701d14abadd1103c5308238b50df18319906..abb4ddd1c32f6265371a6e5da3c7a53dc917ca66 100644
--- a/src/uncategorized/resEndowment.tw
+++ b/src/uncategorized/resEndowment.tw
@@ -198,6 +198,15 @@
 		<</replace>>
 	<</link>> //This will cost ¤50000//
 	<br>
+	<<link "Focus on strongfat body type">>
+		<<replace "#result">>
+			You express general satisfaction with previous graduates, but point out that if they truly wish to distinguish themselves in the world, they need to focus on their trademark features. The representative quickly hides his incredulous glee as you outline a research program that will make Hippolyta Academy graduates strong yet graciously soft and feminine battlemaids. The grateful school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			<<set $HA.schoolUpgrade = 3>>
+			<<set $cash -= 50000>>
+			<<set $rep += 1500>>
+		<</replace>>
+	<</link>> //This will cost ¤50000//
+	<br>
 	<<link "Make a generous contribution">>
 		<<replace "#result">>
 			You make a generous contribution to the school. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index f8411d0153c53edda2a53d1a18f098e2ffffa90b..f5300fb3d1fc117f525e85c43071ff0eac9be3a8 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -3512,7 +3512,7 @@
 	<<set $activeSlave.faceShape = either("cute", "normal")>>
 	<<set $activeSlave.face = either(35,35,35,50,75,100)>>
 	<<set $activeSlave.lips = random(0,25)>>
-	<<set $activeSlave.weight = -10>>
+
 	<<set $activeSlave.health = random(80,100)>>
 	<<set $activeSlave.actualAge = random(20,25)>>
 	<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
@@ -3539,6 +3539,11 @@
 		<<set $activeSlave.height = Math.trunc(Math.clamp(Height.random($activeSlave, {limitMult: [3, 9]}),_minHeight, 274))>>
 		<<set $activeSlave.muscles = random(20,40)>>
 	<</if>>
+	<<if $HA.schoolUpgrade == 3>>
+		<<set $activeSlave.weight = either(10,20,20,30,30,40,40,50)>>
+	<<else>>
+		<<set $activeSlave.weight = -10>>
+	<</if>>
 	<<set $activeSlave.waist = -15>>
 	<<set $activeSlave.shoulders = 0>>
 	<<if $HA.schoolUpgrade == 1>>