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,17 +2,17 @@ function txt_reisen() {
ARTICULATOR.state = c_null;
msg = msglang([
txt("E-Enemy spotted!", REISEN.WOBBLE),
txt("Ill stop you here!", REISEN.POUTING),
txt("E-Enemy spotted!", REISEN.WOBBLE, SPRITEPOS.RIGHT),
txt("I'll stop you here!", REISEN.POUTING),
],[
txt("て...敵!", REISEN.WOBBLE),
txt("て...敵!", REISEN.WOBBLE, SPRITEPOS.RIGHT),
txt("止まれ!", REISEN.POUTING),
])
endevent = c_null;
endevent = function() {ARTICULATOR.state = st_control};
}