mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Missing Sarah Images
Missing Sarah Images
This commit is contained in:
parent
89f73c0851
commit
1eafd0f80b
5 changed files with 1 additions and 1 deletions
BIN
Actors/Sarah/ChastityBelt_NoBondage_Collar_NoGag_Kneel.png
Normal file
BIN
Actors/Sarah/ChastityBelt_NoBondage_Collar_NoGag_Kneel.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 89 KiB |
BIN
Actors/Sarah/ChastityBelt_NoBondage_NoGag_Kneel.png
Normal file
BIN
Actors/Sarah/ChastityBelt_NoBondage_NoGag_Kneel.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 88 KiB |
BIN
Actors/Sarah/Naked_NoBondage_Collar_NoGag_Kneel.png
Normal file
BIN
Actors/Sarah/Naked_NoBondage_Collar_NoGag_Kneel.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 85 KiB |
BIN
Actors/Sarah/Naked_NoBondage_NoGag_Kneel.png
Normal file
BIN
Actors/Sarah/Naked_NoBondage_NoGag_Kneel.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 84 KiB |
|
@ -413,7 +413,7 @@ function DrawGetPlayerImageName(IncludePose) {
|
|||
|
||||
// Third part is the collar, which only shows for certain clothes
|
||||
var ImageCollar = "";
|
||||
if ((ImageCloth == "Underwear") || (ImageCloth == "Naked") || (ImageCloth == "ChastityBelt") || (ImageCloth == "Damsel") || (ImageCloth == "Tennis") || (ImageCloth == "Judo") || (ImageCloth == "RedBikini")) {
|
||||
if ((ImageCloth == "Underwear") || (ImageCloth == "Naked") || (ImageCloth == "ChastityBelt") || (ImageCloth == "Damsel") || (ImageCloth == "Tennis") || (ImageCloth == "Judo") || (ImageCloth == "RedBikini") || (ImageCloth == "BrownDress")) {
|
||||
if (PlayerHasLockedInventory("Collar")) ImageCollar = "_Collar";
|
||||
else ImageCollar = "_NoCollar";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue