From a739d97d58f69f7f58d4e0a59fbdaf3ef9afa6c5 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Fri, 26 Jan 2024 17:41:08 +0000 Subject: [PATCH] Night Filter * Added night filter for Luna's blowjob scene --- .../characters/luna/events/favors/suck_it.rpy | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/game/scripts/characters/luna/events/favors/suck_it.rpy b/game/scripts/characters/luna/events/favors/suck_it.rpy index 11b6dd24..b2a8819f 100644 --- a/game/scripts/characters/luna/events/favors/suck_it.rpy +++ b/game/scripts/characters/luna/events/favors/suck_it.rpy @@ -123,7 +123,11 @@ label ll_pf_blowjob_T4_E1_intro: nar "Luna hurriedly makes her way around your desk and crawls underneath..." gen "*Err*... It's probably not the best idea to go under my--" - show lun_blowjob_personal_pose1 as cg + if game.daytime: + show lun_blowjob_personal_pose1 as cg + else: + show lun_blowjob_personal_pose1 as cg at color_temperature(1.0) + hide screen blkfade with d5 @@ -546,7 +550,11 @@ label ll_pf_blowjob_T4_E2_intro: else: nar "Luna quickly makes her way around your desk, and crawls underneath." - show lun_blowjob_personal_pose1 as cg + if game.daytime: + show lun_blowjob_personal_pose1 as cg + else: + show lun_blowjob_personal_pose1 as cg at color_temperature(1.0) + hide screen blkfade with d5 @@ -931,7 +939,11 @@ label ll_pf_blowjob_T4_E3_intro: lun "I like it down here..." gen "Very well..." - show lun_blowjob_personal_pose1 no_trousers eyebrows_angry eyes_halflid_down_hearts mouth_base as cg + if game.daytime: + show lun_blowjob_personal_pose1 no_trousers eyebrows_angry eyes_halflid_down_hearts mouth_base as cg + else: + show lun_blowjob_personal_pose1 no_trousers eyebrows_angry eyes_halflid_down_hearts mouth_base as cg at color_temperature(1.0) + hide screen blkfade with d5 @@ -1181,7 +1193,10 @@ label ll_pf_blowjob_T4_E4_repeat: $ _wearing_clothes = True $ luna.strip("clothes") - show lun_blowjob_personal_pose1 eyes_closed mouth_soft as cg + if game.daytime: + show lun_blowjob_personal_pose1 eyes_closed mouth_soft as cg + else: + show lun_blowjob_personal_pose1 eyes_closed mouth_soft as cg at color_temperature(1.0) hide screen blkfade with d5