From d039ddd80827a978cac83c262a90aec05c6cd7f8 Mon Sep 17 00:00:00 2001
From: DCoded <dsoloha@live.com>
Date: Fri, 5 Oct 2018 15:12:42 -0400
Subject: [PATCH] Removed redundant case

---
 src/uncategorized/slaveInteract.tw | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index f1516d19d41..e3c1769f045 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -32,8 +32,6 @@
 	<<set $returnTo = "Cellblock">>
 <<case "get treatment in the clinic" "be the Nurse">>
 	<<set $returnTo = "Clinic">>
-<<case "be a nanny" "be the Matron">>
-	<<set $returnTo = "Nursery">>
 <</switch>>
 <</if>>
 
-- 
GitLab