From bf05e3ccfd52671041cdafea854104a27e5ae0a8 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 11 May 2020 01:04:25 -0400
Subject: [PATCH] more fKiss

---
 src/npc/interaction/fKiss.tw | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/npc/interaction/fKiss.tw b/src/npc/interaction/fKiss.tw
index 55b7b267b2b..0b39151822b 100644
--- a/src/npc/interaction/fKiss.tw
+++ b/src/npc/interaction/fKiss.tw
@@ -5,28 +5,28 @@
 <<setPlayerPronouns>>
 
 You tell <<= getSlave($AS).slaveName>> to
-<<switch getSlave($AS).collar>>
+<<switch getSlave($AS).mouthAccessory>>
 <<case "dildo gag">>
 	<<if hasAnyArms(getSlave($AS))>>
 		remove $his dildo gag and approach you.
 	<<else>>
 		have another slave remove $his dildo gag and set $him down on your desk.
 	<</if>>
-	<<set _tempGag = getSlave($AS).collar, getSlave($AS).collar = "none">>
+	<<set _tempGag = getSlave($AS).mouthAccessory, getSlave($AS).mouthAccessory = "none">>
 <<case "massive dildo gag">>
 	<<if hasAnyArms(getSlave($AS))>>
 		pull $his enormous dildo gag out of the depths of $his throat and approach you.
 	<<else>>
 		have another slave pull the enormous dildo gag out of the depths of $his throat and set $him down on your desk.
 	<</if>>
-	<<set _tempGag = getSlave($AS).collar, getSlave($AS).collar = "none">>
+	<<set _tempGag = getSlave($AS).mouthAccessory, getSlave($AS).mouthAccessory = "none">>
 <<case "ball gag" "bit gag">>
 	<<if hasAnyArms(getSlave($AS))>>
 		undo $his gag and approach you.
 	<<else>>
 		have another slave undo $his gag and set $him down on your desk.
 	<</if>>
-	<<set _tempGag = getSlave($AS).collar, getSlave($AS).collar = "none">>
+	<<set _tempGag = getSlave($AS).mouthAccessory, getSlave($AS).mouthAccessory = "none">>
 <<default>>
 	<<if canWalk(getSlave($AS))>>
 		approach you.
@@ -323,5 +323,5 @@ Then, you gently raise $his <<if getSlave($AS).face > 95>>heartrendingly beautif
 <</if>>
 
 <<if def _tempGag>>
-	<<set getSlave($AS).collar = _tempGag>>
+	<<set getSlave($AS).mouthAccessory = _tempGag>>
 <</if>>
-- 
GitLab