recruitment done

This commit is contained in:
the me 2022-08-23 02:43:11 -07:00
parent 00587c8b44
commit 62f4ba5f5f
18 changed files with 660 additions and 285 deletions

View file

@ -3,21 +3,21 @@ function txt_momijiyreisen() {
ARTICULATOR.state = c_null;
msg = msglang([
txt("Are you the commander of the other side?", REISEN.WOBBLE),
txt("Uh, I just play Shogi. I dont really command people.", MOMIJI.CONFUSED),
txt("Oh. This... This is my first day on the job. Im a bit nervous.", REISEN.WOBBLE),
txt("Are you the commander of the other side?", REISEN.WOBBLE, SPRITEPOS.RIGHT),
txt("Uh, I just play Shogi. I don't really command people.", MOMIJI.CONFUSED, SPRITEPOS.RIGHT),
txt("Oh. This... This is my first day on the job. I'm a bit nervous.", REISEN.WOBBLE),
txt("Well, the enemy arrangement gave us trouble, you certainly did a good job with that.", MOMIJI.NEUTRAL),
txt("R-Really!?", REISEN.WOBBLE),
txt("Yeah! Everyone was positioned very strategically.", MOMIJI.HAPPY),
txt("...But, I cant have you stay on this mountain any longer.", MOMIJI.ANGRY),
txt("...But, I can't have you stay on this mountain any longer.", MOMIJI.ANGRY),
txt("...Of course.", REISEN.POUTING),
txt("Well then, this battle ends here!", REISEN.POUTING),
],[
txt("あなたは...敵の少佐ですか?", REISEN.WOBBLE),
txt("ええ...私は将棋をできる人だけ...", MOMIJI.CONFUSED),
txt("あなたは...敵の少佐ですか?", REISEN.WOBBLE, SPRITEPOS.RIGHT),
txt("ええ...私は将棋をできる人だけ...", MOMIJI.CONFUSED, SPRITEPOS.RIGHT),
txt("あ。今日は私の一日目です。ちょっと近著しています...", REISEN.WOBBLE),
txt("まあぁ、君たちの配置は強かった。", MOMIJI.NEUTRAL),
txt("ほ...本当!?", REISEN.WOBBLE),
@ -29,5 +29,5 @@ function txt_momijiyreisen() {
])
endevent = c_null;
endevent = function() {ARTICULATOR.state = st_control};
}