diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js
index eee1a58e91b7c35629b1af98322526c62063bc74..f80c85ec9fb1ec4b0e8ce9a419a2994951390287 100644
--- a/src/js/slaveCostJS.js
+++ b/src/js/slaveCostJS.js
@@ -2494,39 +2494,25 @@ globalThis.slaveCostBeauty = (function() {
 				multiplier -= 0.2;
 			}
 		}
-		if (V.seeCats === 1) {	
-		if (arcology.FSBodyPurist === "unset" && V.projectN.techReleased === 1) {
-			if (slave.race === "catgirl") {
+		if (V.seeCats === 1 && slave.race === "catgirl") {
+			if (arcology.FSBodyPurist === "unset" && V.projectN.techReleased === 1) {
 				multiplier += 0.5;
-			}
-		} else if (arcology.FSBodyPurist === "unset" && V.projectN.techReleased === 0) {
-			if (slave.race === "catgirl") {
+			} else if (arcology.FSBodyPurist === "unset" && V.projectN.techReleased === 0) {
 				multiplier += 0.9;
-			}
-		} else if (arcology.FSBodyPurist !== "unset" && arcology.FSBodyPuristCatLaw === 0) {
-			if (slave.race === "catgirl") {
+			} else if (arcology.FSBodyPurist !== "unset" && arcology.FSBodyPuristCatLaw === 0) {
 				multiplier -= 0.5;
-			}
-		} else if (arcology.FSBodyPurist !== "unset" && arcology.FSBodyPuristCatLaw === 1 && V.projectN.techreleased === 1) {
-			if (slave.race === "catgirl") {
+			} else if (arcology.FSBodyPurist !== "unset" && arcology.FSBodyPuristCatLaw === 1 && V.projectN.techreleased === 1) {
 				multiplier += 0.5;
-			}
-		} else if (arcology.FSBodyPurist !== "unset" && arcology.FSBodyPuristCatLaw === 1 && V.projectN.techreleased === 0) {
-			if (slave.race === "catgirl") {
+			} else if (arcology.FSBodyPurist !== "unset" && arcology.FSBodyPuristCatLaw === 1 && V.projectN.techreleased === 0) {
 				multiplier += 0.9;
 			}
-		}
-		if (arcology.FSEgyptianRevivalist !== "unset") {
-			if (slave.race === "catgirl") {
+			if (arcology.FSEgyptianRevivalist !== "unset") {
 				multiplier += 0.2;
 			}
-		}
-		if (arcology.FSTransformationFetishist !== "unset") {
-			if (slave.race === "catgirl") {
+			if (arcology.FSTransformationFetishist !== "unset") {
 				multiplier += 0.2;
 			}
 		}
-		}
 		if (arcology.FSRepopulationFocusSMR !== 0) {
 			if (slave.preg > 0) {
 				multiplier += 0.1;