This commit is contained in:
the me 2022-08-23 06:06:02 -07:00
parent b31b8ba5d7
commit 7fb465c82e
43 changed files with 159 additions and 86 deletions

View file

@ -11,6 +11,7 @@ function st_control() {
for (i=0; i<array_length(global.map[mousex][mousey].contents); i++) {
if global.map[mousex][mousey].contents[i].object_index == o_unit {
var dude = global.map[mousex][mousey].contents[i];
log(global.map[mousex][mousey].contents);
if dude.alignment == global.turn {
if selectedunit == noone {
c_selectunit(dude);