From 6996408fdca738b11d0b3e0250115c07a6f10549 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 14 Apr 2017 05:51:06 -0400
Subject: [PATCH] Nicknames and a NaN fix.

---
 src/uncategorized/neighborsDevelopment.tw | 2 +-
 src/uncategorized/reNickname.tw           | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 23cfee614b2..1e2e1ea52b1 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -1610,7 +1610,7 @@ has an estimated GSP of @@color:yellowgreen;ยค<<print Math.trunc((0.1*$arcologie
 	<<if $arcologies[$i].FSRestart > $FSLockinLevel>><<set _alignment += 1>><</if>>
 	<<set $desc.push("helping to advance its Eugenics")>>
 	<<elseif $arcologies[$i].FSRepopulationFocus != "unset">>
-		<<set $arcologies[$i].FSRepopulationFocus -= Math.trunc(($arcologies[$j].FSRestartt-60)/4)+$appliedInfluenceBonus>>
+		<<set $arcologies[$i].FSRepopulationFocus -= Math.trunc(($arcologies[$j].FSRestart-60)/4)+$appliedInfluenceBonus>>
 	<<set $desc.push("attacking its Repopulation Efforts")>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw
index 2e43cce2df1..35e74ea8b1b 100644
--- a/src/uncategorized/reNickname.tw
+++ b/src/uncategorized/reNickname.tw
@@ -184,6 +184,9 @@
 <<if ($activeSlave.dick > 5) && ($activeSlave.balls > 5)>>
 	<<set $qualifiedNicknames.push("babymaker")>>
 <</if>>
+<<if ($activeSlave.prostate == 1) && ($activeSlave.prostateImplant == 1) && ($activeSlave.dick == 0) && ($activeSlave.vagina > -1)>>
+	<<set $qualifiedNicknames.push("superSquirter")>>
+<</if>>
 <<if ($activeSlave.preg > 5)>>
 	<<set $qualifiedNicknames.push("preg")>>
 <</if>>
@@ -723,6 +726,12 @@
 	<<set $applyDesc = "takes a bit of pride from her new nickname and hopes you'll keep letting her knock bitches up.">>
 	<<set $notApplyDesc = "understands that she is a slave and it is not her place to decide who gets pregnant and who doesn't.">>
 
+<<elseif ($nickname == "superSquirter")>>
+	<<set $nickname = either("'Baby'", "'Bedwetter'", "'Squirter'", "'Gusher'", "'Needs Diapers'", "'Panty Wetter'", "'Super Soaker'", "'Geyser'", "'Girlcum'", "'Fountain'")>>
+	<<set $situationDesc = "completely soaks herself and her partners whenever she cums. Every orgasm from her unleashes a waterfall of girlcum from her pussy.">>
+	<<set $applyDesc = "takes pride in the amount of girlcum she makes, even though it looks like she peed herself when she cums with her clothes on.">>
+	<<set $notApplyDesc = "understands that she must learn to control herself and stop soaking her partners, clothes and bed.">>
+
 <<elseif ($nickname == "labia")>>
 	<<set $nickname = either("'Flaps'", "'Petals'", "'Blooming'", "'Folds'", "'Flower'", "'Roastie'", "'Meatflaps'")>>
 	<<set $situationDesc = "has pretty pussylips, larger than most girls'. When she's aroused they announce her state to the whole world, becoming engorged with lust. Other slaves can't help but notice, and mock her uniqueness down there.">>
-- 
GitLab