diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index 2b35b8db014fc8ecefc2a2e5e47958aba5a59cdd..78965d47422e33624452f829ec24309ee1fc3a2e 100644
--- a/src/interaction/main/toychest.js
+++ b/src/interaction/main/toychest.js
@@ -132,11 +132,11 @@ App.Interact.ToyChest = function(slave) {
 				break;
 			case "a succubus outfit":
 				r += `${He}'s dressed to look like a succubus. There is a demon`;
-				if ($PC.title === 0) {
+				if (V.PC.title === 0) {
 					r += `ess`;
 				}
 				r += `in this office, and ${he} serves `;
-				if ($PC.title === 0) {
+				if (V.PC.title === 0) {
 					r += `her.`;
 				} else {
 					r += `him.`;
diff --git a/src/interaction/prostheticConfig.tw b/src/interaction/prostheticConfig.tw
index aa86a2c4eb6f30b7d71c77564fa6e1180ee19b55..10b0338b53822110cfd50cb3ab7f2f6a80725250 100644
--- a/src/interaction/prostheticConfig.tw
+++ b/src/interaction/prostheticConfig.tw
@@ -421,7 +421,7 @@ Fit prosthetics to $him:
 
 <<case "detachTail">>
 	<<set $prostheticsConfig = "main", $nextButton = "Continue", $nextLink = "Prosthetics Config">>
-	<<set $activeSlave.tail = "none", $activeSlave.tailShape = "none", set $activeSlave.tailColor = "none">>
+	<<set $activeSlave.tail = "none", $activeSlave.tailShape = "none", $activeSlave.tailColor = "none">>
 	You send the release signal and the mechanical lock disengages allowing the artificial tail to pop right off.
 
 <<case "attachTail">>