From 042846b92854e82b1cdf1e5f516dbef47ef5296e Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Sat, 3 Feb 2024 21:36:26 +0000 Subject: [PATCH] Quality Assurance and Bug fix * Added two penis positions for grinding CG * Fixed nickname reference during Hermione's titjob favour --- .../lun_grind_penis_tease_frame0.webp | 3 +++ .../lun_grind_penis_tease_frame1.webp | 3 +++ game/scripts/cg/luna.rpy | 27 ++++++++++++++++--- .../events/favors/give_me_a_tittyjob.rpy | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 game/images/CG/lun_grind/lun_grind_penis_tease_frame0.webp create mode 100644 game/images/CG/lun_grind/lun_grind_penis_tease_frame1.webp diff --git a/game/images/CG/lun_grind/lun_grind_penis_tease_frame0.webp b/game/images/CG/lun_grind/lun_grind_penis_tease_frame0.webp new file mode 100644 index 00000000..2c70e789 --- /dev/null +++ b/game/images/CG/lun_grind/lun_grind_penis_tease_frame0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39639b8587133c4f55c521136d998ef8172ec58ed10ec8266d6048ec523e367 +size 68994 diff --git a/game/images/CG/lun_grind/lun_grind_penis_tease_frame1.webp b/game/images/CG/lun_grind/lun_grind_penis_tease_frame1.webp new file mode 100644 index 00000000..1d079dd9 --- /dev/null +++ b/game/images/CG/lun_grind/lun_grind_penis_tease_frame1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103954709faa7daf5990443dbe5483a04f78463465d3eb1a43c5a571b724b15e +size 65446 diff --git a/game/scripts/cg/luna.rpy b/game/scripts/cg/luna.rpy index bd9fc5b2..dd99de3d 100644 --- a/game/scripts/cg/luna.rpy +++ b/game/scripts/cg/luna.rpy @@ -340,15 +340,22 @@ layeredimage lun_grind: group body: attribute idle "lun_grind_idle" default - attribute grind "lun_grind_grind" - attribute spread "lun_grind_spread" - attribute cumshot "lun_grind_cumshot" + attribute grind "lun_grind_grind" # animation + attribute spread "lun_grind_spread" # animation + attribute cumshot "lun_grind_cumshot" # animation + attribute resting "lun_grind_resting" + attribute tease "lun_grind_tease" # animation image lun_grind_idle: Fixed( "lun_grind_body_idle", "lun_grind_penis_grind_frame0") +image lun_grind_resting: + Fixed( + "lun_grind_body_idle", + "lun_grind_penis_tease_frame0") + image lun_grind_grind: Fixed( "lun_grind_body_idle", @@ -363,6 +370,20 @@ image lun_grind_grind: pause 0.44 repeat +image lun_grind_tease: + Fixed( + "lun_grind_body_idle", + "lun_grind_penis_tease_frame0") + + pause 0.44 + + Fixed( + "lun_grind_body_grind", + "lun_grind_penis_tease_frame1") + + pause 0.44 + repeat + image lun_grind_spread: Fixed( "lun_grind_body_spread", diff --git a/game/scripts/characters/hermione/events/favors/give_me_a_tittyjob.rpy b/game/scripts/characters/hermione/events/favors/give_me_a_tittyjob.rpy index 220d0e09..ab71bb33 100644 --- a/game/scripts/characters/hermione/events/favors/give_me_a_tittyjob.rpy +++ b/game/scripts/characters/hermione/events/favors/give_me_a_tittyjob.rpy @@ -993,7 +993,7 @@ label hg_pf_titjob_2_continue: her "And that's about--" ("base", "narrow", "worried", "down") gen "And your friends... Tell me about your friends..." ("base", xpos="far_left", ypos="head") her "My friends?!" ("angry", "narrow", "worried", "mid") - gen "Yes, [name_genie_hermione], your friends... Tell me how you use those tits to tease them..." ("base", xpos="far_left", ypos="head") + gen "Yes, [name_hermione_genie], your friends... Tell me how you use those tits to tease them..." ("base", xpos="far_left", ypos="head") her "But..." ("angry", "narrow", "worried", "mid") gen "Anything... Just say anything that you can think of..." ("base", xpos="far_left", ypos="head") her "Alright... Give me a moment to think..." ("angry", "narrow", "worried", "mid")