diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw
index f0ed7f0edfe5f6ca1ccb89074a631270f0228bd4..6f88f83133f1bfda0d359990d56166a6bc1fcaa9 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>>