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 !4900
parents ed355763 eea2b8b4
No related branches found
No related tags found
1 merge request!4900fixes
......@@ -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.`;
......
......@@ -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">>
......
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