From f437fc18fa4b97dbee7529c82c1f217d0cf0a576 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Wed, 20 Mar 2024 13:00:30 +0000 Subject: [PATCH] Bugfix * Fixed breast layering issue for Talk To Me CG --- game/scripts/cg/luna.rpy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/game/scripts/cg/luna.rpy b/game/scripts/cg/luna.rpy index 297d48d8..d7f1d859 100644 --- a/game/scripts/cg/luna.rpy +++ b/game/scripts/cg/luna.rpy @@ -740,8 +740,6 @@ layeredimage lun_talk: attribute base default always "lun_talk_hair" - always "lun_talk_chest" if_not ["arms_grab_chest", "legs_down"] - attribute arms_grab_chest group arm_right prefix "arm_right" if_not ["arms_grab_chest"]: attribute rest default @@ -752,6 +750,9 @@ layeredimage lun_talk: attribute rest default attribute spread_variant_legs_up + always "lun_talk_chest" if_not ["arms_grab_chest", "legs_down"] + attribute arms_grab_chest + group legs prefix "legs" auto: attribute down default