From dcb2f3034855cb375d728b3033e3f4625290a6f0 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Wed, 27 Mar 2024 16:28:35 +0000 Subject: [PATCH] Bugfix * Fixed another layering issue --- game/scripts/cg/luna.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/cg/luna.rpy b/game/scripts/cg/luna.rpy index 61a2a69a..66ab1629 100644 --- a/game/scripts/cg/luna.rpy +++ b/game/scripts/cg/luna.rpy @@ -748,7 +748,6 @@ layeredimage lun_talk: group arm_left prefix "arm_left" if_not ["arms_grab_chest"]: attribute rest default - attribute spread_variant_legs_up always "lun_talk_chest" if_not ["arms_grab_chest", "legs_down"] attribute arms_grab_chest @@ -765,6 +764,7 @@ layeredimage lun_talk: attribute hold_leg_variant_legs_side attribute masturbate_variant_legs_up attribute masturbate_variant_legs_side + attribute spread_variant_legs_up always "lun_talk_chest" if_not ["arms_grab_chest", "legs_side"]