diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw
index 013190e92c672cb97449ba16291f9ff60153cb04..2a07f847dc3493c51feec49f1ca79359b0f2f702 100644
--- a/src/utility/assayWidgets.tw
+++ b/src/utility/assayWidgets.tw
@@ -36,9 +36,9 @@
 	<</if>>
 <<elseif $args[0].faceShape == "androgynous">>
 	<<if ($arcologies[0].FSGenderRadicalist != "unset")>>
-	<<set $beauty -= 2-((1-($arcologies[0].FSGenderRadicalist/25))*($args[0].face/30))>>
+	<<set $beauty += 2-((1-($arcologies[0].FSGenderRadicalist/25))*($args[0].face/30))>>
 	<<elseif ($arcologies[0].FSGenderFundamentalist != "unset")>>
-	<<set $beauty -= 2-((1+($arcologies[0].FSGenderFundamentalist/25))*($args[0].face/30))>>
+	<<set $beauty += 2-((1+($arcologies[0].FSGenderFundamentalist/25))*($args[0].face/30))>>
 	<<else>>
 	<<set $beauty += 2-($args[0].face/30)>>
 	<</if>>