From a32e5a2d94cec1e092a22ab60d84ecc9b9945c66 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Mon, 29 Jan 2024 17:57:35 +0000 Subject: [PATCH] Quality Assurance --- game/scripts/cg/luna.rpy | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/game/scripts/cg/luna.rpy b/game/scripts/cg/luna.rpy index 108f4778..166ef0f9 100644 --- a/game/scripts/cg/luna.rpy +++ b/game/scripts/cg/luna.rpy @@ -531,10 +531,11 @@ layeredimage lun_inspect legs_together: group genie_arm_left prefix "arm_left" if_not ["arms_grab"]: attribute hold "lun_inspect_genie_arm_left_hold" default - attribute grab "lun_inspect_genie_arm_left_grab" + attribute touch_tit "lun_inspect_genie_arm_left_grab" group genie_arms prefix "arms": attribute grab "lun_inspect_genie_arm_both_grab_tits" + attribute touch_tits "lun_inspect_genie_arm_both_touch_tits" attribute genie_clothes_front "lun_inspect_genie_clothes" if_all ["genie_clothes"] default @@ -592,10 +593,11 @@ layeredimage lun_inspect head_back_spread_legs: group genie_arm_left prefix "arm_left" if_not ["arms_grab"]: attribute hold "lun_inspect_genie_arm_left_hold" default - attribute grab "lun_inspect_genie_arm_left_grab" + attribute touch_tit "lun_inspect_genie_arm_left_grab" group genie_arms prefix "arms": attribute grab "lun_inspect_genie_arm_both_grab_tits" + attribute touch_tits "lun_inspect_genie_arm_both_touch_tits" attribute luna_bra "lun_inspect_head_back_spread_legs_luna_bra_grab" if_any ["arms_grab"] @@ -649,10 +651,11 @@ layeredimage lun_inspect head_back_legs_together: group genie_arm_left prefix "arm_left" if_not ["arms_grab"]: attribute hold "lun_inspect_genie_arm_left_hold" default - attribute grab "lun_inspect_genie_arm_left_grab" + attribute touch_tit "lun_inspect_genie_arm_left_grab" group genie_arms prefix "arms": attribute grab "lun_inspect_genie_arm_both_grab_tits" + attribute touch_tits "lun_inspect_genie_arm_both_touch_tits" attribute luna_bra "lun_inspect_head_back_legs_together_luna_bra_grab" if_any ["arms_grab"]