talksprites are IN

This commit is contained in:
the me 2022-08-22 18:28:48 -07:00
parent 3ef2354b34
commit 8d3617fe53
196 changed files with 1777 additions and 15 deletions

View file

@ -13,7 +13,7 @@ function st_enemyturn() {
if done {
c_dewait(global.turn);
state = st_control;
global.turn = (global.turn+1)%2;
global.turn = ARMY.US;
}
}
}