diff --git a/game/characters/susan/clothes/bottom/jeans_1/1.webp b/game/characters/susan/clothes/bottom/jeans_1/1.webp index f0f1ca96..a88a85b5 100644 --- a/game/characters/susan/clothes/bottom/jeans_1/1.webp +++ b/game/characters/susan/clothes/bottom/jeans_1/1.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:552fc88795bb5e4b895a9a95361a7339fc01db92682ef7eeadd1086f6bcefba3 -size 652 +oid sha256:8085ba1a29495be822c26aee51ce69e17e034b8c903af9fefd01556baf6feffc +size 664 diff --git a/game/characters/susan/clothes/hair/base/0.webp b/game/characters/susan/clothes/hair/base/0.webp index 9755cd31..f7cc0bcb 100644 --- a/game/characters/susan/clothes/hair/base/0.webp +++ b/game/characters/susan/clothes/hair/base/0.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:616910ed4c623313c0e1d419cf9689db084b38aed29ba6f4e9c4955e2fc0000e -size 12036 +oid sha256:1342488c8fb8df8f9ba9a80f515f83e605796878a8afed4930ee2343450da832 +size 9018 diff --git a/game/characters/susan/clothes/hair/base/1.webp b/game/characters/susan/clothes/hair/base/1.webp new file mode 100644 index 00000000..b823aa90 --- /dev/null +++ b/game/characters/susan/clothes/hair/base/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c991c087ed7142a3edf26185bc8d533211c1986d5a28ec45fcaaaf9b01b77a +size 5258 diff --git a/game/scripts/characters/susan/wardrobe.rpy b/game/scripts/characters/susan/wardrobe.rpy index 85e6af73..fa3840a8 100644 --- a/game/scripts/characters/susan/wardrobe.rpy +++ b/game/scripts/characters/susan/wardrobe.rpy @@ -51,7 +51,7 @@ default susan = Doll(name="susan", ## Schoolgirl Outfit ## ####################### -default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", [[213, 90, 42, 255]], unlocked=True) +default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", [[213, 85, 35, 255], [231, 109, 61, 255]], unlocked=True) #TBA @@ -72,7 +72,7 @@ default sus_outfit_last = DollOutfit([sus_hair_base], hidden=True) ########################## default sus_top_muggle_casual1 = DollCloth("susan", ("upper body", "sweaters"), "top", "muggle_casual_top_1", [[157, 105, 68, 255]]) -default sus_bottom_jeans1 = DollCloth("susan", ("lower body", "trousers"), "bottom", "jeans_1", [[78, 65, 127, 255]]) +default sus_bottom_jeans1 = DollCloth("susan", ("lower body", "trousers"), "bottom", "jeans_1", [[78, 65, 127, 255], [242, 114, 35, 255]]) default sus_bra_muggle1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "muggle_bra_1", [[225, 201, 161, 255], [255, 251, 219, 255]]) default sus_panties_muggle1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "muggle_panties_1", [[225, 201, 161, 255], [255, 251, 219, 255]])