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,15 +2,15 @@ function txt_aya() {
ARTICULATOR.state = c_null;
msg = msglang([
txt("Ayaya!", AYA.SURPRISED),
txt("Ayaya!", AYA.SURPRISED, SPRITEPOS.RIGHT),
txt("Stop right there!"),
txt("I was flying around to try to find a scoop!", AYA.SURPRISED),
txt("Whats going on!?", AYA.SURPRISED),
txt("What's going on!?", AYA.SURPRISED),
],[
txt("あやや!", AYA.SURPRISED),
txt("あやや!", AYA.SURPRISED, SPRITEPOS.RIGHT),
txt("フリーズ!"),
txt("一人で飛んで記事を見つけたかったんだよ!", AYA.SURPRISED),
txt("何これ!?", AYA.SURPRISED),
@ -18,5 +18,5 @@ function txt_aya() {
])
endevent = c_null;
endevent = function() {ARTICULATOR.state = st_control};
}