Research system changes, unfinished

This commit is contained in:
Anuken
2020-11-14 13:36:43 -05:00
parent 7559996227
commit c96f4609d0
15 changed files with 246 additions and 149 deletions

View File

@@ -76,6 +76,8 @@ public class EditorTile extends Tile{
if(getTeamID() == team.id) return;
op(OpType.team, (byte)getTeamID());
super.setTeam(team);
getLinkedTiles(t -> ui.editor.editor.renderer.updatePoint(t.x, t.y));
}
@Override