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

@ -2,20 +2,20 @@ function txt_momijiytkn() {
ARTICULATOR.state = c_null;
msg = msglang([
txt("Ah! Ive been spotted!", TAKANE.SURPRISED),
txt("What are you doing here?", MOMIJI.NEUTRAL),
txt("Ah! I've been spotted!", TAKANE.SURPRISED, SPRITEPOS.RIGHT),
txt("What are you doing here?", MOMIJI.NEUTRAL, SPRITEPOS.RIGHT),
txt("Well, I was keeping an eye on the River Kappa...", TAKANE.REASONING),
txt("But then those rabbits showed up out of nowhere!", TAKANE.SURPRISED),
txt("How am I supposed to get home now...", TAKANE.SURPRISED),
txt("There wont be a home to go to if these rabbits have their way.", MOMIJI.ANNOYED),
txt("Why dont you join up with us? We can fight them off together.", MOMIJI.NEUTRAL),
txt("There won't be a home to go to if these rabbits have their way.", MOMIJI.ANNOYED),
txt("Why don't you join up with us? We can fight them off together.", MOMIJI.NEUTRAL),
txt("Well, it beats dying alone...", TAKANE.REASONING),
],[
txt("しまった!見つかっちゃった!", TAKANE.SURPRISED),
txt("ここで何をしてる?", MOMIJI.NEUTRAL),
txt("しまった!見つかっちゃった!", TAKANE.SURPRISED, SPRITEPOS.RIGHT),
txt("ここで何をしてる?", MOMIJI.NEUTRAL, SPRITEPOS.RIGHT),
txt("ええ、河童を見ていますが...", TAKANE.REASONING),
txt("でも、びっくりにそのウサギがあわれだ!", TAKANE.SURPRISED),
txt("このままで、どうすれば帰れる?", TAKANE.SURPRISED),
@ -26,5 +26,5 @@ function txt_momijiytkn() {
])
endevent = c_null;
endevent = function() {ARTICULATOR.state = st_control};
}