From a592a6448a40efad67b7b651a3dad26b6ed72ada Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 30 Sep 2020 13:41:33 -0400
Subject: [PATCH] fix as in feelings

---
 src/npc/interaction/fFeelings.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/npc/interaction/fFeelings.tw b/src/npc/interaction/fFeelings.tw
index e21ab8e427e..a15861b3127 100644
--- a/src/npc/interaction/fFeelings.tw
+++ b/src/npc/interaction/fFeelings.tw
@@ -5,8 +5,8 @@
 	<<= getSlave($AS).slaveName>> is unable to communicate and thus this place should have been unreachable. Please report this.
 <</if>>
 
-<<run Enunciate($activeSlave)>>
-<<run App.Utils.setLocalPronouns($activeSlave)>>
+<<run Enunciate(getSlave($AS))>>
+<<run App.Utils.setLocalPronouns(getSlave($AS))>>
 <<set _lisping = 0>>
 <<if canTalk(getSlave($AS)) && SlaveStatsChecker.checkForLisp(getSlave($AS))>>
 	<<set _lisping = 1>>
-- 
GitLab