mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-14 12:29:15 +00:00
Missing Damsel Images for Sarah
Missing Damsel Images for Sarah
This commit is contained in:
parent
f23a8ae4b4
commit
861fa7080d
7 changed files with 2 additions and 2 deletions
BIN
Actors/Sarah/Damsel_NoBondage_BallGag.png
Normal file
BIN
Actors/Sarah/Damsel_NoBondage_BallGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 627 KiB |
BIN
Actors/Sarah/Damsel_NoBondage_ClothGag.png
Normal file
BIN
Actors/Sarah/Damsel_NoBondage_ClothGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 623 KiB |
BIN
Actors/Sarah/Damsel_NoBondage_Collar_BallGag.png
Normal file
BIN
Actors/Sarah/Damsel_NoBondage_Collar_BallGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 627 KiB |
BIN
Actors/Sarah/Damsel_NoBondage_Collar_ClothGag.png
Normal file
BIN
Actors/Sarah/Damsel_NoBondage_Collar_ClothGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 623 KiB |
BIN
Actors/Sarah/Damsel_NoBondage_Collar_TapeGag.png
Normal file
BIN
Actors/Sarah/Damsel_NoBondage_Collar_TapeGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 624 KiB |
BIN
Actors/Sarah/Damsel_NoBondage_TapeGag.png
Normal file
BIN
Actors/Sarah/Damsel_NoBondage_TapeGag.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 624 KiB |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue