From 6c371e4c6ef3ccd4120ba6613c05013d67e06ef4 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Sun, 23 Sep 2018 19:20:20 -0700
Subject: [PATCH] Added matron

---
 src/uncategorized/slaveSummary.tw | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw
index f0ed7f0edfe..6f88f83133f 100644
--- a/src/uncategorized/slaveSummary.tw
+++ b/src/uncategorized/slaveSummary.tw
@@ -16,6 +16,11 @@
 		|| ($Flag == 1 && s.assignment == "rest in the spa")
 		|| ($Flag != 0 && $Flag != 1 && s.ID == $Attendant.ID))),
 	"Attendant Select":          s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s)),
+	"Nursery":                   s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && (
+		   ($Flag == 0 && s.assignment != "work as a nanny")
+		|| ($Flag == 1 && s.assignment == "work as a nanny")
+		|| ($Flag != 0 && $Flag != 1 && s.ID == $Attendant.ID))),
+	"Matron Select":             s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s)),
 	"Brothel":                   s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && (
 		   ($Flag == 0 && s.assignment != "work in the brothel")
 		|| ($Flag == 1 && s.assignment == "work in the brothel")
@@ -775,6 +780,20 @@ will
 	<<if setup.attendantCareers.includes(_Slave.career) || (_Slave.skillAT >= $masteredXP)>>
 		<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 	<</if>>
+<<case "Nursery">>
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
+	<<if $Flag == 0>>
+		[[Send her to the Nursery|Assign][$i = _ssi]]
+	<<elseif $Flag == 1>>
+		[[Remove her from the Nursery|Retrieve][$i = _ssi]]
+	<<else>>
+		[[Change or remove Matron|Matron Select]]
+		<<break>>
+	<</if>>
+<<case "Matron Select">>
+	<<if setup.attendantCareers.includes(_Slave.career) || (_Slave.skillAT >= $masteredXP)>>
+		<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
+	<</if>>
 <<case "Brothel">>
 	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
 	<<if $Flag == 0>>
-- 
GitLab