From 07ab3ffef9df78ea0c948b039d340868d819fe78 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Fri, 3 Nov 2023 13:51:52 +0000 Subject: [PATCH] Bug fix * Fixed missing shadow for the hand during the idle state --- 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 91bbefbe..457fc365 100644 --- a/game/scripts/cg/luna.rpy +++ b/game/scripts/cg/luna.rpy @@ -39,7 +39,7 @@ layeredimage lun_blowjob_personal_pose1: group throatpie auto prefix "throatpie" group handjob prefix "handjob" if_not ["trousers"]: - attribute idle "lun_blowjob_personal_pose1_luna_stroke_down" default + attribute idle Fixed("lun_blowjob_personal_pose1_luna_stroke_down_shadow", "lun_blowjob_personal_pose1_luna_stroke_down") default attribute slow attribute moderate attribute fast