From d1bb4d41364db57d13fa089015b217b2b2b1f9ef Mon Sep 17 00:00:00 2001
From: vas <whiterocket@outlook.com>
Date: Thu, 30 May 2019 06:37:37 -0700
Subject: [PATCH] add nicknames for null slaves

---
 src/uncategorized/reNickname.tw | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw
index 71fc552cd4f..5da234a6d33 100644
--- a/src/uncategorized/reNickname.tw
+++ b/src/uncategorized/reNickname.tw
@@ -257,6 +257,9 @@
 <<if ($activeSlave.anus == 1) && ($activeSlave.skill.anal <= 10)>>
 	<<set $qualifiedNicknames.push("analWhiner")>>
 <</if>>
+<<if $(activeSlave.vagina == -1) && ($activeSlave.dick == 0) && ($activeSlave.balls == 0)>>
+	<<set $qualifiedNicknames.push("null")>>
+<</if>>
 
 <<if ($qualifiedNicknames.length == 0)>>
 	<<goto "RIE Eligibility Check">>
@@ -1229,6 +1232,11 @@
 	<<set $applyDesc = "understands that it's $his fate to remain unspoiled a while longer, and redoubles $his efforts to do better with $his other parts.">>
 	<<set $notApplyDesc = "dreads and anticipates the day when $he'll lose $his pearl of great price and gain another way to please a man.">>
 
+<<case "null">>
+	<<set $nickname = either("'Agender'", "'Androgynous'", "'Angelic'", "'Asexual'", "'Barbie Doll'", "'Censored'", "'Cherub'", "'Devoid'", "'Featureless'", "'Genderless'", "'Groinless'", "'Hole-Less'", "'Mannequin'", "'Mutilated'", "'Netherless'", "'Nondescript'", "'Null'", "'Sewn'", "'Sexless'", "'Smooth'", "'Soft Groin'", "'Two-Hole'", "'Uniform'", "'Unproductive'")>>
+	<<set $situationDesc = "has neither a penis nor a vagina; $he is a null, with nothing but soft skin on $his groin. Since $he is a Free Cities sex slave, that makes $him female, despite the androgyny of $his genitals. This sometimes makes $his life more difficult, as it only draws more attention to the availability of $his mouth or ass.">>
+	<<set $applyDesc = "finds some perverse pride in $his genital makeup, which defies traditional notions of gender.">>
+	<<set $notApplyDesc = "will try $his best to keep up with what's demanded of a sex slave, despite the annoyance of lacking genitals.">>
 <</switch>>
 
 <span id="artFrame">
-- 
GitLab