Missing Sarah Images

Missing Sarah Images
This commit is contained in:
Ben987 2018-09-05 22:00:03 -04:00
parent 89f73c0851
commit 1eafd0f80b
5 changed files with 1 additions and 1 deletions

Binary file not shown.

After

(image error) Size: 89 KiB

Binary file not shown.

After

(image error) Size: 88 KiB

Binary file not shown.

After

(image error) Size: 85 KiB

Binary file not shown.

After

(image error) Size: 84 KiB

View file

@ -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";
}