* Fixed overflowing character name.
* Minor writing adjustments.
This commit is contained in:
Johnny28 2024-09-10 18:25:27 +02:00
parent e278a90b43
commit 225d0ec3cb
2 changed files with 5 additions and 5 deletions

View File

@ -1830,7 +1830,7 @@ label gryffindor_match_return:
#Cho chibi appears naked next to the window turned to right #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 #Cho walks to the front of the desk
gen "[states.cho.ev.quidditch.broom_name]? Isn't that--" ("base", xpos="far_left", ypos="head") gen "[states.cho.ev.quidditch.broom_name]? Isn't that--" ("base", xpos="far_left", ypos="head")

View File

@ -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") 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." nar "You take off the stockings and contemplate your life decisions."
block: 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" play sound "sounds/cloth_rip.ogg"
pause 0.5 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") 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")
@ -282,7 +282,7 @@ label gen_use_anal_lube:
gen "*Dips a finger in then tastes it*" ("base", xpos="far_left", ypos="head") 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") gen "(Such a scam...{w=0.4} It doesn't taste like anal at all.)" ("base", xpos="far_left", ypos="head")
block: 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 "{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") gen "(Why is this cork...{w=0.4} So...{w=0.4} Slippery!)" ("base", xpos="far_left", ypos="head")
play sound "sounds/drop.ogg" play sound "sounds/drop.ogg"
@ -665,7 +665,7 @@ label cc_condom_balloon:
play sound "sounds/squelch.ogg" 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") gen "Cho?" ("base", xpos="far_left", ypos="head")
if states.cho.tier >= 4 and not states.env.weather in ("blizzard", "storm", "snow", "rain"): if states.cho.tier >= 4 and not states.env.weather in ("blizzard", "storm", "snow", "rain"):