Small logic fix

* Adjusted writing (dev)
This commit is contained in:
Johnny 2022-10-10 20:01:50 +02:00
parent 5e76ca2cb2
commit 34f5d96e3b
1 changed files with 8 additions and 2 deletions

View File

@ -333,8 +333,14 @@ label her_vibrators_nevermind:
if her_tier >= 5: #wants to keep them
her "Oh... *Ehm*..." ("soft", "base", "base", "mid", cheeks="blush")
gen "Or you could keep them, of course." ("base", xpos="far_left", ypos="head")
her "Thank you..." ("soft", "base", "base", "R", cheeks="blush")
if not her_outfit_vibrators.unlocked:
gen "I'm waiting..."
her "..." ("soft", "base", "base", "mid", cheeks="blush")
show vibrators_floor at Transform(xpos=340, ypos=355, zoom=0.5)
with d5
else:
gen "Or you could keep them, of course." ("base", xpos="far_left", ypos="head")
her "Thank you..." ("soft", "base", "base", "R", cheeks="blush")
else:
her "Oh, okay then..." ("soft", "base", "base", "mid", cheeks="blush")
show vibrators_floor at Transform(xpos=340, ypos=355, zoom=0.5)