forked from SilverStudioGames/WTS
Merge branch 'Python3' into Chibis
This commit is contained in:
commit
84aa694384
BIN
game/characters/hermione/cum/pussy/squirt_post.webp
(Stored with Git LFS)
BIN
game/characters/hermione/cum/pussy/squirt_post.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/hermione/cum/pussy/squirt_transition.webp
(Stored with Git LFS)
BIN
game/characters/hermione/cum/pussy/squirt_transition.webp
(Stored with Git LFS)
Binary file not shown.
@ -1701,7 +1701,7 @@ label hg_vibrators_personal:
|
|||||||
"-Grade her performance-":
|
"-Grade her performance-":
|
||||||
gen "Oh, wait!" ("base", xpos="far_left", ypos="head")
|
gen "Oh, wait!" ("base", xpos="far_left", ypos="head")
|
||||||
gen "I was going to grade you, wasn't I?" ("base", xpos="far_left", ypos="head")
|
gen "I was going to grade you, wasn't I?" ("base", xpos="far_left", ypos="head")
|
||||||
gen "Hmm...{w=0.4} Let's see..." ("base", xpos="far_left", ypos="head")
|
gen "*Hmm*...{w=0.4} Let's see..." ("base", xpos="far_left", ypos="head")
|
||||||
her "..." ("soft", "base", "base", "mid", cheeks="blush") #hopeful
|
her "..." ("soft", "base", "base", "mid", cheeks="blush") #hopeful
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
@ -1727,7 +1727,7 @@ label hg_vibrators_personal:
|
|||||||
her "Well, I was thinking, it's not like I can show this grade off to my classmates, or anything..." ("open", "base", "base", "R", cheeks="blush")
|
her "Well, I was thinking, it's not like I can show this grade off to my classmates, or anything..." ("open", "base", "base", "R", cheeks="blush")
|
||||||
gen "I mean, you could--..." ("grin", xpos="far_left", ypos="head")
|
gen "I mean, you could--..." ("grin", xpos="far_left", ypos="head")
|
||||||
gen "--but I get the sentiment..." ("base", xpos="far_left", ypos="head")
|
gen "--but I get the sentiment..." ("base", xpos="far_left", ypos="head")
|
||||||
gen "Hmm..." ("base", xpos="far_left", ypos="head")
|
gen "*Hmm*..." ("base", xpos="far_left", ypos="head")
|
||||||
|
|
||||||
"-Deny her a passing grade-":
|
"-Deny her a passing grade-":
|
||||||
|
|
||||||
@ -3120,7 +3120,7 @@ label hg_vibrators_public_return:
|
|||||||
her "The fact that they were there with me the entire time, it made me feel as if we were sharing this feeling."
|
her "The fact that they were there with me the entire time, it made me feel as if we were sharing this feeling."
|
||||||
her "Even if in reality, they weren't aware of anything that was going on..."
|
her "Even if in reality, they weren't aware of anything that was going on..."
|
||||||
gen "Feeling comfortable around your friends is very important, [hermione_name]."
|
gen "Feeling comfortable around your friends is very important, [hermione_name]."
|
||||||
her "Hmm... Yes, although I don't think this is the kind of comfort you're meant to feel around your friends..."
|
her "*Hmm*... Yes, although I don't think this is the kind of comfort you're meant to feel around your friends..."
|
||||||
gen "Unless benefits are added to the equation..."
|
gen "Unless benefits are added to the equation..."
|
||||||
|
|
||||||
show her_vibrators_public eyebrows_worried mouth_lip_bite as xray_child
|
show her_vibrators_public eyebrows_worried mouth_lip_bite as xray_child
|
||||||
@ -3337,7 +3337,7 @@ label hg_vibrators_public_return:
|
|||||||
her "So, the reason why they kept looking over was to make sure I was okay." ("annoyed", "closed", "base", "mid", cheeks="blush")
|
her "So, the reason why they kept looking over was to make sure I was okay." ("annoyed", "closed", "base", "mid", cheeks="blush")
|
||||||
|
|
||||||
her "Of course they wouldn't expect that the reason I wasn't acting myself was because I had strapped vibrators on my body!" ("open", "closed", "base", "mid", cheeks="blush")
|
her "Of course they wouldn't expect that the reason I wasn't acting myself was because I had strapped vibrators on my body!" ("open", "closed", "base", "mid", cheeks="blush")
|
||||||
gen "Hmm... I'm beginning to understand why women think that men are completely oblivious creatures..." ("base", xpos="far_left", ypos="head")
|
gen "*Hmm*... I'm beginning to understand why women think that men are completely oblivious creatures..." ("base", xpos="far_left", ypos="head")
|
||||||
gen "Very well [hermione_name], that shall very much do for today." ("base", xpos="far_left", ypos="head")
|
gen "Very well [hermione_name], that shall very much do for today." ("base", xpos="far_left", ypos="head")
|
||||||
her "Oh, okay then..." ("soft", "narrow", "base", "down", cheeks="blush")
|
her "Oh, okay then..." ("soft", "narrow", "base", "down", cheeks="blush")
|
||||||
|
|
||||||
|
@ -75,12 +75,12 @@ init -1 python:
|
|||||||
threadlock = False
|
threadlock = False
|
||||||
icon_threadlock = False
|
icon_threadlock = False
|
||||||
|
|
||||||
layers_extra = {"extra", "outline", "overlay"}
|
layers_extra = ("extra", "outline", "overlay")
|
||||||
layers_special = {"skin", "mask", "wind_mask"}
|
layers_special = ("skin", "mask", "wind_mask")
|
||||||
layers_additional = {"back", "front"}
|
layers_additional = ("back", "front")
|
||||||
|
|
||||||
blacklist_toggles = ("hair", "glasses", "pubes", "piercing", "makeup", "tattoo", "earrings")
|
blacklist_toggles = ("hair", "glasses", "pubes", "piercing", "makeup", "tattoo", "earrings")
|
||||||
blacklist_unequip = {"hair"}
|
blacklist_unequip = ("hair",)
|
||||||
multislots = ("makeup", "accessory", "piercing", "tattoo")
|
multislots = ("makeup", "accessory", "piercing", "tattoo")
|
||||||
|
|
||||||
sizes = (1010, 1200) # Default sizes used for defining rare cases
|
sizes = (1010, 1200) # Default sizes used for defining rare cases
|
||||||
|
Loading…
Reference in New Issue
Block a user