its 6 am
This commit is contained in:
parent
b31b8ba5d7
commit
7fb465c82e
43 changed files with 159 additions and 86 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue