Susan clothing colour adjustments

* Adjusted Hair colour
* Adjusted Jeans button colour
This commit is contained in:
Johnny 2022-06-11 23:20:29 +02:00
parent 93b3195ef2
commit 1453df5627
4 changed files with 9 additions and 6 deletions

Binary file not shown.

Binary file not shown.

BIN
game/characters/susan/clothes/hair/base/1.webp (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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]])