From 0c6865681033e5e2ef36db2ea45dbe65580342d8 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 30 Aug 2020 09:56:16 -0400
Subject: [PATCH] fix child

---
 src/npc/children/childInteract.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/children/childInteract.tw b/src/npc/children/childInteract.tw
index f0fdb48c4aa..898b15b2a10 100644
--- a/src/npc/children/childInteract.tw
+++ b/src/npc/children/childInteract.tw
@@ -63,7 +63,7 @@ FIXME:
 | [[Auto salon|Salon][$degradation = 0, $tattooChoice = "", $piercingLevel = ""]]
 | [[Body mod studio|Body Modification][$degradation = 0, $tattooChoice = undefined]]
 | [[Remote surgery|Remote Surgery][$degradation = 0]]
-| [[Configure cybernetics|Prosthetics Configuration][$AS = $.ID>>$prostheticsConfig = "main"]]
+| [[Configure cybernetics|Prosthetics Configuration][$AS = $activeChild.ID, $prostheticsConfig = "main"]]
 */
 
 /*TODO: These will most likely need to be reworked*/
-- 
GitLab