diff --git a/game/characters/luna/clothes/neckwear/cork/0.webp b/game/characters/luna/clothes/neckwear/cork/0.webp index 9357818b..f30d3f53 100644 --- a/game/characters/luna/clothes/neckwear/cork/0.webp +++ b/game/characters/luna/clothes/neckwear/cork/0.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86be52bdb7547413cafb3ed175a806a798c65de98b40849e0b974c47d187de65 -size 34 +oid sha256:f32d6d16c0fff86e6aecb0c14febc0fc8cdb7d87a683babd8cd69aa84fce96db +size 1336 diff --git a/game/characters/luna/clothes/neckwear/cork/1.webp b/game/characters/luna/clothes/neckwear/cork/1.webp new file mode 100644 index 00000000..9cd2b26c --- /dev/null +++ b/game/characters/luna/clothes/neckwear/cork/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1b89768db5088c796afeaca42a273bed136baf7fb7ed62b4f066f86c8b4843 +size 1694 diff --git a/game/characters/luna/clothes/neckwear/cork/outline.webp b/game/characters/luna/clothes/neckwear/cork/outline.webp index 3c9cdbbb..f57668f4 100644 --- a/game/characters/luna/clothes/neckwear/cork/outline.webp +++ b/game/characters/luna/clothes/neckwear/cork/outline.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53a57e69e0c656d302581c6723fac5a43d069c99d637b6a940e089fb6871fa48 -size 5232 +oid sha256:5693d8bec6946052c0240dcc1b40081a1192f1571b5b1ebc0d79761b8dbfbd79 +size 3148 diff --git a/game/characters/luna/clothes/neckwear/cork/skin.webp b/game/characters/luna/clothes/neckwear/cork/skin.webp new file mode 100644 index 00000000..c8b31c5e --- /dev/null +++ b/game/characters/luna/clothes/neckwear/cork/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091d783163a5cd180660a6469aaf626d0a70ff8056a633051d31524fcac932f6 +size 1138 diff --git a/game/scripts/characters/luna/wardrobe.rpy b/game/scripts/characters/luna/wardrobe.rpy index 5b20ed64..fd8b61c1 100644 --- a/game/scripts/characters/luna/wardrobe.rpy +++ b/game/scripts/characters/luna/wardrobe.rpy @@ -222,7 +222,7 @@ default lun_panties_base2 = DollCloth("luna", ("lower undergarment", "panties"), ## Accessories ## ################# -default lun_neckwear_cork = DollCloth("luna", ("head", "neckwear"), "neckwear", "cork", ["#ffffffff"], unlocked = True, zorder=213) +default lun_neckwear_cork = DollCloth("luna", ("head", "neckwear"), "neckwear", "cork", ["#E98E2AFF", "#CECECEFF"], unlocked = True, zorder=213) default lun_accessory_wand_mouth = DollCloth("luna", ("misc", "accessory"), "accessory", "wand_mouth", ["#ffffffff"], unlocked = True, zorder=213) default lun_accessory_wand_hand = DollCloth("luna", ("misc", "accessory"), "accessory", "wand_hand", ["#ffffffff"], unlocked = True, zorder=213)