Fixes
* Fixed overflowing character name. * Minor writing adjustments.
This commit is contained in:
parent
e278a90b43
commit
225d0ec3cb
@ -1830,7 +1830,7 @@ label gryffindor_match_return:
|
||||
|
||||
#Cho chibi appears naked next to the window turned to right
|
||||
|
||||
"Voice outside the window" "Stay... [states.cho.ev.quidditch.broom_name]."
|
||||
femv "Stay... [states.cho.ev.quidditch.broom_name]."
|
||||
#Cho walks to the front of the desk
|
||||
|
||||
gen "[states.cho.ev.quidditch.broom_name]? Isn't that--" ("base", xpos="far_left", ypos="head")
|
||||
|
@ -155,7 +155,7 @@ label gen_use_sexy_stockings:
|
||||
gen "(And here comes the sexual awakening...{w=0.4} Nope, nothing...)" ("base", xpos="far_left", ypos="head")
|
||||
nar "You take off the stockings and contemplate your life decisions."
|
||||
block:
|
||||
nar "You put the strength of the fabric of the stockings to the test."
|
||||
nar "You put the strength of the stockings fabric to the test."
|
||||
play sound "sounds/cloth_rip.ogg"
|
||||
pause 0.5
|
||||
gen "(*Hmm*... Next time I should ask one of the girls to bend over while wearing a pair of these...)" ("base", xpos="far_left", ypos="head")
|
||||
@ -216,7 +216,7 @@ label gen_use_vibrator:
|
||||
play background "sounds/vibrator_low.ogg"
|
||||
gen "(That's nice... It's like music to my balls...)" ("base", xpos="far_left", ypos="head")
|
||||
nar "You can feel your cock starting to strain against the fabric of your pants."
|
||||
gen "...Might as well take it out." ("base", xpos="far_left", ypos="head")
|
||||
gen "... Might as well take it out." ("base", xpos="far_left", ypos="head")
|
||||
|
||||
call gen_chibi("jerk_off_behind_desk")
|
||||
with d3
|
||||
@ -282,7 +282,7 @@ label gen_use_anal_lube:
|
||||
gen "*Dips a finger in then tastes it*" ("base", xpos="far_left", ypos="head")
|
||||
gen "(Such a scam...{w=0.4} It doesn't taste like anal at all.)" ("base", xpos="far_left", ypos="head")
|
||||
block:
|
||||
nar "You try to take the lid off."
|
||||
nar "You try to take the lid off the jar of anal lube."
|
||||
gen "{shudder}*Ngh*!{/shudder}" ("base", xpos="far_left", ypos="head")
|
||||
gen "(Why is this cork...{w=0.4} So...{w=0.4} Slippery!)" ("base", xpos="far_left", ypos="head")
|
||||
play sound "sounds/drop.ogg"
|
||||
@ -665,7 +665,7 @@ label cc_condom_balloon:
|
||||
|
||||
play sound "sounds/squelch.ogg"
|
||||
|
||||
"Female voice from outside the window" "{shake}Aah!!{/shake}"
|
||||
femv "{shake}Aah!!{/shake}"
|
||||
gen "Cho?" ("base", xpos="far_left", ypos="head")
|
||||
|
||||
if states.cho.tier >= 4 and not states.env.weather in ("blizzard", "storm", "snow", "rain"):
|
||||
|
Loading…
Reference in New Issue
Block a user