Susan posing PT1
* Posed Susan's first Imperio Practice event with Astoria.
This commit is contained in:
parent
8542fabbb4
commit
fd3f44f03c
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,7 @@ label summon_susan:
|
|||||||
call sus_chibi("stand","mid","base")
|
call sus_chibi("stand","mid","base")
|
||||||
with d3
|
with d3
|
||||||
|
|
||||||
sus "You wanted to see me, [sus_genie_name]?" ("base", "base", "base", "mid",xpos="base",ypos="base")
|
sus "You wanted to see me, [sus_genie_name]?" ("open", "base", "base", "mid", xpos="base", ypos="base")
|
||||||
|
|
||||||
label susan_requests:
|
label susan_requests:
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ label sus_reaction_equip_outfit(item):
|
|||||||
########################
|
########################
|
||||||
## Default Schoolgirl ##
|
## Default Schoolgirl ##
|
||||||
########################
|
########################
|
||||||
if item == _sus_outfit_default:
|
if item == sus_outfit_default:
|
||||||
gen "Could you put on your regular school uniform for me?"
|
gen "Could you put on your regular school uniform for me?"
|
||||||
sus "Of course, [sus_genie_name]." ("base", "base", "base", "mid")
|
sus "Of course, [sus_genie_name]." ("base", "base", "base", "mid")
|
||||||
sus "I'll just go and change real quick..." ("base", "base", "base", "mid")
|
sus "I'll just go and change real quick..." ("base", "base", "base", "mid")
|
||||||
@ -165,7 +165,7 @@ label sus_reaction_equip_outfit(item):
|
|||||||
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]?" ("base", "base", "base", "mid")
|
sus "What do you... *Ehm*... Which clothing, [sus_genie_name]?" ("base", "base", "base", "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")
|
||||||
sus "My muggle clothing?" ("base", "base", "base", "mid")
|
sus "My muggle clothing?" ("open", "base", "raised", "down")
|
||||||
gen "Sure!" ("base", xpos="far_left", ypos="head")
|
gen "Sure!" ("base", xpos="far_left", ypos="head")
|
||||||
sus "Okay then." ("base", "base", "base", "mid")
|
sus "Okay then." ("base", "base", "base", "mid")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user