diff --git a/game/scripts/characters/cho/events/favors/inspect_her_body_tier2.rpy b/game/scripts/characters/cho/events/favors/inspect_her_body_tier2.rpy index fb7923bf..6da0e1c7 100644 --- a/game/scripts/characters/cho/events/favors/inspect_her_body_tier2.rpy +++ b/game/scripts/characters/cho/events/favors/inspect_her_body_tier2.rpy @@ -925,8 +925,7 @@ label cc_pf_strip_T2_intro_E3: cho "" ("base", "narrow", "base", "mid") pause .8 - # Panties acquired message! - call give_reward(">You have acquired Cho's panties!", "interface/icons/panties.webp") + # Panties Acquired $ has_cho_panties = True gen "Well then, Miss Chang..." ("base", xpos="far_left", ypos="head") @@ -1049,8 +1048,7 @@ label cc_pf_strip_T2_E3_repeat: cho "Catch, [cho_genie_name]!" ("soft", "base", "base", "mid") call nar(">Cho throws her panties at you.") - # Panties acquired message! - call give_reward(">You have acquired Cho's panties!", "interface/icons/panties.webp") + # Panties Acquired $ has_cho_panties = True gen "Nice!" ("grin", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/cho/events/favors/inspect_her_body_tier2_hermione.rpy b/game/scripts/characters/cho/events/favors/inspect_her_body_tier2_hermione.rpy index f8e121c3..f3507da0 100644 --- a/game/scripts/characters/cho/events/favors/inspect_her_body_tier2_hermione.rpy +++ b/game/scripts/characters/cho/events/favors/inspect_her_body_tier2_hermione.rpy @@ -147,6 +147,12 @@ label cc_pf_strip_T2_E3_hermione_choices: gen "(...)" ("base", xpos="far_left", ypos="head") gen "I don't think she's coming back..." ("base", xpos="far_left", ypos="head") + call bld + gen "Nice, I still got her panties!" ("grin", xpos="far_left", ypos="head") + + # Panties acquired message! + call give_reward(">You have acquired Cho's panties!", "interface/icons/panties.webp") + "\"Not even close.\"": $ cho_mood += 15 cho "Not even clo--" ("soft", "wide", "base", "mid")