From 19b30622aa6a50f6b1311ee5ff3c21b10e576942 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Sat, 6 Oct 2018 14:24:01 -0400
Subject: [PATCH] Added support for nannies and Matrons (will need rewrites)

---
 src/utility/birthWidgets.tw | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
index 1c9c06957fe..86c2d7b3cb3 100644
--- a/src/utility/birthWidgets.tw
+++ b/src/utility/birthWidgets.tw
@@ -207,6 +207,9 @@
 		<<if $Attendant != 0>>$Attendant.slaveName escorts $him to a special pool designed to give birth in. Once $he is safely in the water alongside $Attendant.slaveName,<<else>>$He is escorted to a special pool designed to give birth in. Once $he is safely in the water alongside $his assistant,<</if>> $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, aided by $his helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he is taken back to the spa.
 	<</if>>
 
+<<case "work as a nanny">>
+	//This needs a description//
+
 <<case "learn in the schoolroom">>
 	<<if !canWalk($slaves[$i])>>
 		Having been notified in the weeks leading up to $his birth, $he is helped to the front of the class and stripped. $He is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of the rapt attention of the other students. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is helped back to $his seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on $his genitals<<else>>overhear the descriptions of $his vagina being passed between $his peers<</if>>.
@@ -303,6 +306,9 @@
 <<case "be the Attendant">>
 	$Attendant.slaveName waddles to a special pool designed to give birth in. Once $he is safely in the water, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, something $he has been trained for. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he heads back to the main pool.
 
+<<case "be the Matron">>
+	//This needs a description//
+
 <<case "be the Madam">>
 	$He heads to a private room in the back of the club accompanied by a influential patron. $He settles $himself onto his lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, basking in his attention as he strips $him. Placing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> outside the room, $he returns to get more intimate with $his catch.
 
@@ -499,6 +505,9 @@
 		$He is placed in a special flotation device and placed in a birthing pool. Giving birth to $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> is easy under such relaxing circumstances. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he is carried back to the spa.
 	<</if>>
 
+<<case "work as a nanny">>
+	//This needs a description//
+
 <<case "learn in the schoolroom">>
 		$He is placed on special seat at the front of the class and stripped. $He is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of the rapt attention of the other students. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on $his genitals<<else>>overhear the descriptions of $his vagina being passed between $his peers<</if>>.
 		<<set $humiliation = 1>>
-- 
GitLab