Missing Damsel Images for Sarah

Missing Damsel Images for Sarah
This commit is contained in:
Ben987 2018-09-29 23:06:19 -04:00
parent f23a8ae4b4
commit 861fa7080d
7 changed files with 2 additions and 2 deletions

Binary file not shown.

After

(image error) Size: 627 KiB

Binary file not shown.

After

(image error) Size: 623 KiB

Binary file not shown.

After

(image error) Size: 627 KiB

Binary file not shown.

After

(image error) Size: 623 KiB

Binary file not shown.

After

(image error) Size: 624 KiB

Binary file not shown.

After

(image error) Size: 624 KiB

View file

@ -213,8 +213,8 @@ function C012_AfterClass_Sarah_Click() {
return;
}
// Cannot bondage items in the damsel gown
if ((ActorGetValue(ActorCloth) == "Damsel") && ((ClickInv == "Rope") || (ClickInv == "Armbinder") || (ClickInv == "Cuffs") || (ClickInv == "BallGag") || (ClickInv == "TapeGag") || (ClickInv == "ClothGag"))) {
// Cannot use restrains in the damsel gown
if ((ActorGetValue(ActorCloth) == "Damsel") && ((ClickInv == "Rope") || (ClickInv == "Armbinder") || (ClickInv == "Cuffs"))) {
OverridenIntroText = GetText("NoRestrainInCostume");
return;
}