Writing tweak

* Added missing "Panties Acquired" message.
* Removed Repeating "Panties Acquired" message.
This commit is contained in:
Johnny28 2023-02-26 22:35:57 +01:00
parent fb87fa4962
commit cf5e7945cc
2 changed files with 8 additions and 4 deletions

View File

@ -925,8 +925,7 @@ label cc_pf_strip_T2_intro_E3:
cho "" ("base", "narrow", "base", "mid") cho "" ("base", "narrow", "base", "mid")
pause .8 pause .8
# Panties acquired message! # Panties Acquired
call give_reward(">You have acquired Cho's panties!", "interface/icons/panties.webp")
$ has_cho_panties = True $ has_cho_panties = True
gen "Well then, Miss Chang..." ("base", xpos="far_left", ypos="head") 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") cho "Catch, [cho_genie_name]!" ("soft", "base", "base", "mid")
call nar(">Cho throws her panties at you.") call nar(">Cho throws her panties at you.")
# Panties acquired message! # Panties Acquired
call give_reward(">You have acquired Cho's panties!", "interface/icons/panties.webp")
$ has_cho_panties = True $ has_cho_panties = True
gen "Nice!" ("grin", xpos="far_left", ypos="head") gen "Nice!" ("grin", xpos="far_left", ypos="head")

View File

@ -147,6 +147,12 @@ label cc_pf_strip_T2_E3_hermione_choices:
gen "(...)" ("base", xpos="far_left", ypos="head") gen "(...)" ("base", xpos="far_left", ypos="head")
gen "I don't think she's coming back..." ("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.\"": "\"Not even close.\"":
$ cho_mood += 15 $ cho_mood += 15
cho "Not even clo--" ("soft", "wide", "base", "mid") cho "Not even clo--" ("soft", "wide", "base", "mid")