Vibrator Event
* Fixed small inconsistency in intro on replay success writing if she's hasn't worn them before.
This commit is contained in:
parent
b2fc769e69
commit
b55fceda83
@ -91,7 +91,10 @@ label hg_vibrators:
|
||||
if her_tier < 5:
|
||||
her "The vibrators again..." ("normal", "happy", "base", "mid", cheeks="blush")
|
||||
gen "How lucky for you." ("base", xpos="far_left", ypos="head")
|
||||
if her_vibrators_worn:
|
||||
gen "Ready to give them another whirl?" ("base", xpos="far_left", ypos="head")
|
||||
else:
|
||||
gen "Ready to give them a whirl?" ("base", xpos="far_left", ypos="head")
|
||||
her "*Hmm*...{w=0.4} Sure, but only if you pay me twenty points!" ("open", "narrow", "base", "R", cheeks="blush")
|
||||
gen "Yeah, yeah, now get on with it." ("base", xpos="far_left", ypos="head")
|
||||
her "..." ("normal", "happy", "base", "mid", cheeks="blush")
|
||||
@ -99,8 +102,13 @@ label hg_vibrators:
|
||||
her "I see..." ("base", "squint", "base", "mid", cheeks="blush")
|
||||
gen "That's a lucky pull!" ("grin", xpos="far_left", ypos="head")
|
||||
gen "Looks like it might be a shiny, even!" ("grin", xpos="far_left", ypos="head")
|
||||
if her_vibrators_worn:
|
||||
gen "Oh wait, that's just some remaining residue from the last time." ("grin", xpos="far_left", ypos="head")
|
||||
gen "Although, you could give them another try to see if the experience increases its rarity!" ("grin", xpos="far_left", ypos="head")
|
||||
else:
|
||||
gen "Oh wait, that's just some remaining residue from whoever used them previously." ("grin", xpos="far_left", ypos="head")
|
||||
her "Someone else has already used these?" ("open", "narrow", "base", "mid", cheeks="blush")
|
||||
gen "Err... Of course not!" ("grin", xpos="far_left", ypos="head")
|
||||
her "If you say so..." ("base", "narrow", "base", "R", cheeks="blush")
|
||||
|
||||
# Introduction (worn)
|
||||
|
Loading…
Reference in New Issue
Block a user