From dc502ad8dc3a31e2e5f381e01e771fdffdc3aad4 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 3 Mar 2017 17:52:38 -0500 Subject: [PATCH] Quick update. --- src/uncategorized/slaveInteract.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 53637351f8c..7972c7eefe7 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1012,7 +1012,7 @@ __Buttplug__: ''<span id="buttplug">$activeSlave.buttplug</span>.'' | <<click "Combined chastity belt">><<set $activeSlave.dickAccessory to "combined chastity",$activeSlave.choosesOwnChastity to 0>><<replace "#dickAccessory">><<print $activeSlave.dickAccessory>><</replace>><<SlaveInteractSexOption>><<SlaveInteractAnalSexOption>><<SlaveInteractGropeOption>><<SlaveInteractDickGropeOption>><<SlaveInteractAnalGropeOption>><</click>> <</if>> -<<if $arcologies[0].FSRestart != "unset" && $activeSlave.devotion > 20 && $activeSlave.trust > 0>> +<<if $arcologies[0].FSRestart != "unset" && $activeSlave.devotion > 20 && $activeSlave.trust > 0 && $activeSlave.choosesOwnClothes == 1>> <br> <<if $activeSlave.choosesOwnChastity == 1>> She is allowed the privelage of choosing to wear chastity devices. -- GitLab