diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw
index 543c4f36db6d6f2fc245f857cb4fce1ca7aaaba5..407d91b972753194cf7684a80a767e97faa76601 100644
--- a/src/utility/assayWidgets.tw
+++ b/src/utility/assayWidgets.tw
@@ -3,21 +3,6 @@
 <<widget "Beauty">>
 
 <<modScore $args[0]>>
-<<if $modScore > 15 || ($piercingScore > 8 && $tatScore > 5)>>
-	<<set $modded += 1>>
-<<elseif $args[0].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2>>
-	<<set $unmodded += 1>>
-<</if>>
-<<if $args[0].vagina == -1>>
-	<<set $XY += 1>>
-<<else>>
-	<<set $XX += 1>>
-<</if>>
-<<if $args[0].visualAge >= 30>>
-	<<set $old += 1>>
-<<else>>
-	<<set $young += 1>>
-<</if>>
 
 <<set $beauty = 0>>
 
@@ -832,12 +817,6 @@
 	<</if>>
 <</if>>
 
-<<if ($args[0].bellyPreg >= 5000) || ($args[0].bellyImplant >= 5000)>>
-	<<set $pregYes += 1>>
-<<elseif ($args[0].belly < 100) && ($args[0].weight < 30) && (!setup.fakeBellies.includes($args[0].bellyAccessory))>>
-	<<set $pregNo += 1>>
-<</if>>
-
 <<if $args[0].bellySag > 0>>
 <<if $args[0].belly < 100>>
 <<if $arcologies[0].FSRepopulationFocus != "unset">>
@@ -858,7 +837,6 @@
 	<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>
 	<<set $beauty += 1>>
 	<</if>>
-	<<set $stacked += 1>>
 	<<if $arcologies[0].FSAssetExpansionist != "unset">>
 	<<set $beauty += ($arcologies[0].FSAssetExpansionist/20)>>
 	<<if canTalk($args[0])>>
@@ -872,7 +850,6 @@
 <<if ($args[0].boobs < 500) && ($args[0].butt < 3)>>
 	<<if ($args[0].muscles <= 30) && $arcologies[0].FSPhysicalIdealist == "unset" && ($args[0].weight <= 10) && $arcologies[0].FSHedonisticDecadence == "unset">>
 		<<set $beauty += 40>>
-		<<set $slim += 1>>
 		<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
 		<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/20)>>
 		<<if canTalk($args[0])>>
@@ -884,7 +861,6 @@
 	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">> /* no muscle malus for muscle loving societies */
 		<<if $arcologies[0].FSPhysicalIdealistStrongFat == 1 && ($args[0].weight <= 30)>> /* reduced weight malus for fat loving societies */
 			<<set $beauty += 40>>
-			<<set $slim += 1>>
 			<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
 				<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/20)>>
 				<<if canTalk($args[0]) && $args[0].voice == 3>>
@@ -893,7 +869,6 @@
 			<</if>>
 		<<elseif ($args[0].weight <= 10)>>
 			<<set $beauty += 40>>
-			<<set $slim += 1>>
 			<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
 				<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/20)>>
 				<<if canTalk($args[0]) && $args[0].voice == 3>>
@@ -904,7 +879,6 @@
 	<<elseif $arcologies[0].FSHedonisticDecadence != "unset" && ($args[0].weight <= 30)>> /* reduced weight malus for fat loving societies */
 		<<if $arcologies[0].FSHedonisticDecadenceStrongFat == 1>> /* no muscle malus for muscle loving societies */
 			<<set $beauty += 40>>
-			<<set $slim += 1>>
 			<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
 				<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/20)>>
 				<<if canTalk($args[0]) && $args[0].voice == 3>>
@@ -913,7 +887,6 @@
 			<</if>>
 		<<elseif ($args[0].muscles <= 30)>>
 			<<set $beauty += 40>>
-			<<set $slim += 1>>
 			<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
 				<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/20)>>
 				<<if canTalk($args[0]) && $args[0].voice == 3>>
@@ -987,7 +960,6 @@
 <</if>>
 
 <<if ($args[0].boobsImplant == 0) && ($args[0].buttImplant == 0) && ($args[0].waist >= -95) && ($args[0].lipsImplant == 0) && ($args[0].faceImplant < 30) && ($args[0].bellyImplant == -1) && (Math.abs($args[0].shouldersImplant) < 2) && (Math.abs($args[0].hipsImplant) < 2)>>
-	<<set $pure += 1>>
 	<<if $arcologies[0].FSBodyPurist != "unset">>
 	<<set $beauty += ($arcologies[0].FSBodyPurist/5)>>
 	<</if>>
@@ -995,7 +967,6 @@
 	<<set $beauty += 2>>
 	<</if>>
 <<else>>
-	<<set $implanted += 1>>
 	<<if $arcologies[0].FSTransformationFetishist != "unset">>
 	<<set $beauty += ($arcologies[0].FSTransformationFetishist/40)>>
 	<</if>>