Wardobe file organization - Part 2

* Renamed clothing pieces for consistency.
This commit is contained in:
Johnny28 2023-02-07 17:47:29 +01:00
parent a847ef2aca
commit 58b4639007
4 changed files with 67 additions and 67 deletions

View File

@ -1427,7 +1427,7 @@ label cc_pr_manipulate_boys_twins_branch:
show screen blkfade
with fade
$ cho.equip(cho_outfit_smurfette)
$ cho.equip(cho_hair_ponytail1) # Override hair
$ cho.equip(cho_hair_base) # Override hair
$ renpy.sound.play("sounds/cloth_sound3.ogg")
cho "" ("upset", "base", "angry", "down", cheeks="blush")
pause .8

File diff suppressed because it is too large Load Diff

View File

@ -56,12 +56,12 @@ default sus_outfit_muggle_casual1 = DollOutfit([sus_hair_base, sus_top_muggle_ca
## Priestess Outfit ##
######################
default sus_headdress_priestess = DollClothDynamic("susan", ("head", "headgear"), "headgear", "priestess_headdress", [[39, 56, 67, 255], [228, 235, 240, 255]], tracking="?hair")
default sus_headgear_priestess = DollClothDynamic("susan", ("head", "headgear"), "headgear", "priestess_headdress", [[39, 56, 67, 255], [228, 235, 240, 255]], tracking="?hair")
default sus_top_priestess = DollCloth("susan", ("upper body", "dresses"), "top", "priestess_dress", [[39, 56, 67, 255], [228, 235, 240, 255]])
default sus_lace_stockings1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "lace_stockings_1", [[0, 0, 0, 255]])
default sus_hat_necklace =DollCloth("susan", ("head", "neckwear"), "neckwear", "hat_necklace", [[240, 190, 120, 255]], zorder=213)
default sus_outfit_priestess = DollOutfit([sus_hair_base, sus_headdress_priestess, sus_top_priestess, sus_lace_stockings1, sus_hat_necklace, sus_bra_base1, sus_panties_base1,], price=400, name="Priestess Outfit", desc="This outfit radiates innocence.")
default sus_outfit_priestess = DollOutfit([sus_hair_base, sus_headgear_priestess, sus_top_priestess, sus_lace_stockings1, sus_hat_necklace, sus_bra_base1, sus_panties_base1,], price=400, name="Priestess Outfit", desc="This outfit radiates innocence.")
##################
## Latex Outfit ##

File diff suppressed because it is too large Load Diff