From e7fcef60de32698ac25046bb442cf40430bd2031 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Tue, 18 Aug 2020 13:22:14 -0700
Subject: [PATCH] Allow neuter case for Radicalist ara ara

---
 src/uncategorized/RESS.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index ee83b009988..da557f4df38 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -3258,7 +3258,7 @@ Passing by the kitchen in the morning, you take a moment to listen to the low hu
 <br><br>
 <<if $arcologies[0].FSMaturityPreferentialist != "unset">>
 	"It's different here," the other slave explains. "Almost everyone here has a thing for older $women. MILFs get all the attention."
-<<elseif ($arcologies[0].FSGenderRadicalist != "unset") && ($activeSlave.dick > 0)>>
+<<elseif ($arcologies[0].FSGenderRadicalist != "unset") && (($activeSlave.dick > 0) || ($activeSlave.vagina == -1))>>
 	<<if $activeSlave.vagina > -1>>
 		"Well, you're a futa," the other slave explains. "A chick with a dick. Everyone here is going to want to fuck you, since you've got both."
 	<<elseif $activeSlave.balls > 0>>
-- 
GitLab