recruitment done
This commit is contained in:
parent
00587c8b44
commit
62f4ba5f5f
18 changed files with 660 additions and 285 deletions
|
@ -2,21 +2,21 @@ function txt_nitoriytkn() {
|
|||
ARTICULATOR.state = c_null;
|
||||
msg = msglang([
|
||||
|
||||
txt("Aaah!", TAKANE.SURPRISED),
|
||||
txt("A Yamawaro! Gah, I thought we told you to stay out of our territory!", NITORI.ANGRY),
|
||||
txt("Hey! You have Scouts down by our base too, don’tcha!?", TAKANE.ANGRY),
|
||||
txt("T-That’s confidential!",NITORI.SHOCKED),
|
||||
txt("...I guess this doesn’t matter right now!", NITORI.ANNOYED),
|
||||
txt("Aaah!", TAKANE.SURPRISED, SPRITEPOS.RIGHT),
|
||||
txt("A Yamawaro! Gah, I thought we told you to stay out of our territory!", NITORI.ANGRY, SPRITEPOS.RIGHT),
|
||||
txt("Hey! You have Scouts down by our base too, don'tcha!?", TAKANE.ANGRY),
|
||||
txt("T-That's confidential!",NITORI.SHOCKED),
|
||||
txt("...I guess this doesn't matter right now!", NITORI.ANNOYED),
|
||||
txt("Listen, if these rabbits overrun us, both the river and mountain Kappa will be toast.", NITORI.ANNOYED),
|
||||
txt("Help us take them out!", NITORI.ANGRY),
|
||||
txt("A River Kappa and a Yamawaro side by side...", TAKANE.REASONING),
|
||||
txt("Well, if it’s our only way out of this, then sure!", TAKANE.ANGRY),
|
||||
txt("Well, if it's our only way out of this, then sure!", TAKANE.ANGRY),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("うわあああ!", TAKANE.SURPRISED),
|
||||
txt("山童!?ガ!出て行くと言っただろ!", NITORI.ANGRY),
|
||||
txt("うわあああ!", TAKANE.SURPRISED, SPRITEPOS.RIGHT),
|
||||
txt("山童!?ガ!出て行くと言っただろ!", NITORI.ANGRY, SPRITEPOS.RIGHT),
|
||||
txt("ふん!河童の諜すこと、もう知っている!", TAKANE.ANGRY),
|
||||
txt("ち... 違う!", NITORI.SHOCKED),
|
||||
txt("…今、構わない!", NITORI.ANNOYED),
|
||||
|
@ -27,5 +27,5 @@ function txt_nitoriytkn() {
|
|||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
endevent = function() {ARTICULATOR.state = st_control};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue