diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index 63849a1a53c765ac340dd130b3cdf2e1aea44004..8302eea0802ecf31b507f5db5af317ddecfef2e2 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -610,7 +610,7 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
 
 <br>
 
-''Hips (-2 to 2): $tempSlave.hips |''
+''Hips (-2 to 3): $tempSlave.hips |''
 <<textbox "$tempSlave.hips" $tempSlave.hips>>
 <br>
 <<radiobutton "$tempSlave.hips" -2>> Very narrow
@@ -618,6 +618,7 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
 <<radiobutton "$tempSlave.hips" -0>> Normal
 <<radiobutton "$tempSlave.hips" 1>> Broad
 <<radiobutton "$tempSlave.hips" 2>> Very broad
+<<radiobutton "$tempSlave.hips" 3>> Unnaturally broad
 
 <br>
 
diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index 06922ca5260e43cfff4997a63a25382be03cd69c..48db8c5b65e948de4e742abcb333f09a2c4b7969 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -2680,19 +2680,21 @@
 	<<radiobutton "$tempSlave.shouldersImplant" 2>> Adv. Broadened
 
 	<br>
-	''Hips (-2 to 2): ''
+	''Hips (-2 to 3): ''
 	<<switch $tempSlave.hips>>
 	<<case -2>>@@.yellow;Very narrow@@
 	<<case -1>>@@.yellow;Narrow@@
 	<<case 0>>@@.yellow;Normal@@
 	<<case 1>>@@.yellow;Broad@@
 	<<case 2>>@@.yellow;Very broad@@
+	<<case 3>>@@.yellow;Unnaturally broad@@
 	<</switch>>
 	<<radiobutton "$tempSlave.hips" -2>> Very narrow
 	<<radiobutton "$tempSlave.hips" -1>> Narrow
 	<<radiobutton "$tempSlave.hips" 0>> Normal
 	<<radiobutton "$tempSlave.hips" 1>> Broad
 	<<radiobutton "$tempSlave.hips" 2>> Very broad
+	<<radiobutton "$tempSlave.hips" 3>> Unnaturally broad
 
 	<br>
 	''Hip Surgery(-2 to 2): ''
diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index ca5d3abfabb5954c9dda5ae02bf08c8dd532fab3..089f6254597c6d90a144e6a2738f8936b1ed8c07 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -816,6 +816,8 @@
 	<<set $tanks[_inc].boobs = Math.clamp($tanks[_inc].boobs, 25, 30000)>>
 	<<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, 274)>>
 	<<set $tanks[_inc].hormoneBalance = Math.clamp($tanks[_inc].hormoneBalance, -500, 500)>>
+	<<set $tanks[_inc].foreskin = $tanks[_inc].dick>> //simple, clean way of making sure foreskins and scrotums grow appropriately
+	<<set $tanks[_inc].scrotum = $tanks[_inc].balls>> //if we want dicks/balls to outgrow foreskins/scrotums, this will have to be removed
 
 <br><br>
 <</for>>