recruitment done
This commit is contained in:
parent
00587c8b44
commit
62f4ba5f5f
18 changed files with 660 additions and 285 deletions
|
@ -2,19 +2,19 @@ function txt_momijiyaya() {
|
|||
ARTICULATOR.state = c_null;
|
||||
msg = msglang([
|
||||
|
||||
txt("Oh great, you...", MOMIJI.ANNOYED),
|
||||
txt("Hm? Aren’t you happy to see your savior?", AYA.SMUG),
|
||||
txt("I don’t need you!", MOMIJI.ANGRY),
|
||||
txt("Alright then, I guess I’ll just be on my way…", AYA.NOTMYPROBLEM),
|
||||
txt("Oh great, you...", MOMIJI.ANNOYED, SPRITEPOS.RIGHT),
|
||||
txt("Hm? Aren't you happy to see your savior?", AYA.SMUG, SPRITEPOS.RIGHT),
|
||||
txt("I don't need you!", MOMIJI.ANGRY),
|
||||
txt("Alright then, I guess I'll just be on my way...", AYA.NOTMYPROBLEM),
|
||||
txt("...Wait.", MOMIJI.UNINTERESTED),
|
||||
txt("Hehe, that’s what I thought. Do you want to ask me for help?", AYA.HAPPY),
|
||||
txt("Don’t push it.", MOMIJI.ANGRY),
|
||||
txt("Hehe, that's what I thought. Do you want to ask me for help?", AYA.HAPPY),
|
||||
txt("Don't push it.", MOMIJI.ANGRY),
|
||||
txt("Fiiinnne.", AYA.BORED),
|
||||
|
||||
],[
|
||||
|
||||
txt("面倒が来た...", MOMIJI.ANNOYED),
|
||||
txt("えええ?勇者に会えて嬉しくないのか?", AYA.SMUG),
|
||||
txt("面倒が来た...", MOMIJI.ANNOYED, SPRITEPOS.RIGHT),
|
||||
txt("えええ?勇者に会えて嬉しくないのか?", AYA.SMUG, SPRITEPOS.RIGHT),
|
||||
txt("お前が必要がない!", MOMIJI.ANGRY),
|
||||
txt("分かった!じゃあね!", AYA.NOTMYPROBLEM),
|
||||
txt("...待って。", MOMIJI.UNINTERESTED),
|
||||
|
@ -25,5 +25,5 @@ function txt_momijiyaya() {
|
|||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
endevent = function() {ARTICULATOR.state = st_control};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue