Skip to content
Snippets Groups Projects
Commit f04e444b authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

fixes

See merge request pregmodfan/fc-pregmod!4900
parents ed355763 eea2b8b4
No related branches found
No related tags found
No related merge requests found
...@@ -132,11 +132,11 @@ App.Interact.ToyChest = function(slave) { ...@@ -132,11 +132,11 @@ App.Interact.ToyChest = function(slave) {
break; break;
case "a succubus outfit": case "a succubus outfit":
r += `${He}'s dressed to look like a succubus. There is a demon`; 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 += `ess`;
} }
r += `in this office, and ${he} serves `; r += `in this office, and ${he} serves `;
if ($PC.title === 0) { if (V.PC.title === 0) {
r += `her.`; r += `her.`;
} else { } else {
r += `him.`; r += `him.`;
......
...@@ -421,7 +421,7 @@ Fit prosthetics to $him: ...@@ -421,7 +421,7 @@ Fit prosthetics to $him:
<<case "detachTail">> <<case "detachTail">>
<<set $prostheticsConfig = "main", $nextButton = "Continue", $nextLink = "Prosthetics Config">> <<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. You send the release signal and the mechanical lock disengages allowing the artificial tail to pop right off.
<<case "attachTail">> <<case "attachTail">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment