Susan School uniform outfit chat
This commit is contained in:
parent
792f7ef274
commit
e779c49ae1
@ -150,10 +150,18 @@ label sus_reaction_unequip_fail(item):
|
|||||||
return
|
return
|
||||||
|
|
||||||
label sus_reaction_equip_outfit(item):
|
label sus_reaction_equip_outfit(item):
|
||||||
|
########################
|
||||||
|
## Default Schoolgirl ##
|
||||||
|
########################
|
||||||
|
if item == _sus_outfit_default:
|
||||||
|
gen "Could you put on your regular school uniform for me?"
|
||||||
|
sus "Of course, [sus_genie_name]." ("base", "eager", "base", "mid")
|
||||||
|
sus "I'll just go and change real quick..." ("base", "eager", "base", "mid")
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
## Muggle Casual Outfit ##
|
## Muggle Casual Outfit ##
|
||||||
##########################
|
##########################
|
||||||
if item == sus_outfit_muggle_casual1:
|
elif item == sus_outfit_muggle_casual1:
|
||||||
gen "Could you put on your normal clothing for me." ("base", xpos="far_left", ypos="head")
|
gen "Could you put on your normal clothing for me." ("base", xpos="far_left", ypos="head")
|
||||||
sus "What do you... *Ehm*... Which clothing, [sus_genie_name]?" ("open", "narrow", "worried", "mid")
|
sus "What do you... *Ehm*... Which clothing, [sus_genie_name]?" ("open", "narrow", "worried", "mid")
|
||||||
gen "The boring sweater one, and the jeans." ("base", xpos="far_left", ypos="head")
|
gen "The boring sweater one, and the jeans." ("base", xpos="far_left", ypos="head")
|
||||||
|
Loading…
Reference in New Issue
Block a user