diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 5022250993995fe2d254f27d311005f0069be8a2..348af9f75f625273183eaf11b2aa3d51bdee804a 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -13,13 +13,13 @@
 <</if>>
 
 <<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.preg > 4>>
-	<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' ¤500>>
+	<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' ¤500
 <</if>>
 
 <<if $PC.preg == -1>>
-	<br>Your Contraceptives expenses: ¤25>>
+	<br>Your Contraceptives expenses: ¤25
 <<elseif $PC.preg >= 16>>
-	<br>Increased living expenses due to being pregnant : ¤100>>
+	<br>Increased living expenses due to being pregnant : ¤100
 <</if>>
 
 <<if $citizenOrphanageTotal+$privateOrphanageTotal > 0>>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 99257745cca8130a0418fd858bb1004d909aeac2..b51df0c4945cd3c749f3d3d2d702ad3460e534ea 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -1249,7 +1249,7 @@ The fabricator is not currently growing an organ for $object. Extract tissue to
 	<</link>> //Costs ¤5000 and requires a penis for successful implantation//
 	<</if>>
 <</if>>
-<<if $activeSlave.foreskin == 0>>
+<<if $activeSlave.foreskin <= 0>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Foreskin">>
 		<<set $cash -= 2500>>
diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index a3a18a17947c556dcdcafb450fda2bf25c6af74f..847a3f495f627e92a09b51b69a13f942ea7f65b7 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -555,7 +555,7 @@ Dye or paint:
 		 | [[Bushy|Salon][$activeSlave.pubicHStyle = "bushy",$cash -= $modCost]]
 	
 <<else>>
-	$possessiveCap groin is completely hairless.
+	<br><br>$possessiveCap groin is completely hairless.
 <</if>>
 
 <<if $activeSlave.underArmHStyle != "bald" && $activeSlave.underArmHStyle != "hairless" && $activeSlave.physicalAge >= 12>>
@@ -605,7 +605,7 @@ Dye or paint:
 		 | [[Bushy|Salon][$activeSlave.underArmHStyle = "bushy",$cash -= $modCost]]
 
 <<else>>
-	$possessiveCap underarms are completely hairless.
+	<br><br>$possessiveCap underarms are completely hairless.
 <</if>>
 
 <<if $seeImages == 1>>
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index a91010c958d0887cf16ca783332232ea28787605..1dcd476797c2fec011dad45e4b8603c0248e62c9 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -914,7 +914,7 @@ As the remote surgery's long recovery cycle completes,
 		Due to the large amount of fat removed from her midsection, it droops noticeably after the surgery.
 		<<set $activeSlave.bellySag = 5>>
 	<</if>>
-	<<set $activeSlave.weight = 0, $boobFat = 0, $buttFat = 0>>
+	<<set $activeSlave.weight = 0, $boobFat = 0, $buttFat = 0, $availabeFat = 0>>
 	
 <<case "lipo">>
 	<<if ($activeSlave.behavioralFlaw == "anorexic")>>
diff --git a/src/utility/summaryWidgets.tw b/src/utility/summaryWidgets.tw
index 261fe88a5b80778bcc6aa861a4e12b2f967fb51f..29991528ca893d4cfe7b95a980f7d4ed9a7606c6 100644
--- a/src/utility/summaryWidgets.tw
+++ b/src/utility/summaryWidgets.tw
@@ -37,4 +37,5 @@
 <<if isNaN($args[0].vaginalCount)>><<set $args[0].vaginalCount = 0>>//Vaginal count has broken, report what you just did!<</if>>
 <<if isNaN($args[0].mammaryCount)>><<set $args[0].mammaryCount = 0>>//Titfuck count has broken, report what you just did!<</if>>
 <<if isNaN($args[0].penetrativeCount)>><<set $args[0].penetrativeCount = 0>>//Pentration count has broken, report what you just did!<</if>>
+<<if ndef $args[0].foreskin>><<set $args[0].foreskin = 0>><</if>>
 <</widget>>