wtf it works

This commit is contained in:
the me 2022-08-16 15:39:22 -07:00
parent 641ccd1065
commit aa747e8305
9 changed files with 48 additions and 14 deletions

View file

@ -13,6 +13,7 @@ function c_selectunit(unitobject) {
}
}
ARTICULATOR.selectedunit = unitobject;
c_fulleval(unitobject);
return unitobject;
}
@ -25,6 +26,7 @@ function c_deselectunit(unitobject) {
c_decolor_all(c_red);
c_decolor_all(c_green);
ARTICULATOR.selectedunit = noone;
c_fulleval(unitobject);
return true;
}