From 027d143cc3d494b51e7dab6978ff6870e44133e1 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 6 Feb 2019 22:24:01 -0500
Subject: [PATCH] sellSlave race FS tweaks

---
 src/uncategorized/sellSlave.tw | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index c917e139b56..4768e9d81c0 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -575,15 +575,10 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 	Since $he has a mere _TimeBeforeAgeRetirement weeks left until the local retirement age for sex slaves, buyers will be willing to offer much less for $him.
 <</if>>
 
-<<if $arcologies[0].FSSupremacistLawME != 0>>
-	<<if $activeSlave.race != $arcologies[0].FSSupremacistRace>>
-		Your supremacism has pushed a lot of subhumans like $him into the market, so $his race is a negative.
-	<</if>>
-<</if>>
-<<if $arcologies[0].FSSubjugationistLawME != 0>>
-	<<if $activeSlave.race == $arcologies[0].FSSubjugationistRace>>
-		Your subjugationism has pushed a lot of animals like $him into the market, so $his race is a negative.
-	<</if>>
+<<if $arcologies[0].FSSupremacistLawME != 0 && $activeSlave.race != $arcologies[0].FSSupremacistRace>>
+	Your supremacism has pushed a lot of subhumans like $him into the market, so offers will be low.
+<<elseif $arcologies[0].FSSubjugationistLawME != 0 && $activeSlave.race == $arcologies[0].FSSubjugationistRace>>
+	Your subjugationism has pushed a lot of animals like $him into the market, so $his race marks $him as low quality.
 <</if>>
 <<if $arcologies[0].FSRepopulationFocusSMR != 0>>
 	<<if $activeSlave.pregKnown == 1>>
-- 
GitLab