Night Filter

* Added night filter for Luna's blowjob scene
This commit is contained in:
LoafyLemon 2024-01-26 17:41:08 +00:00
parent dc2cc3f72b
commit a739d97d58
1 changed files with 19 additions and 4 deletions

View File

@ -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