Many misc bugfixes

This commit is contained in:
Anuken
2022-04-26 10:13:33 -04:00
parent 8f5b3ee1e0
commit 42781bd754
4 changed files with 17 additions and 3 deletions

View File

@@ -329,6 +329,7 @@ public class Teams{
for(var build : builds){
if(build.within(x, y, range) && !cores.contains(c -> c.within(x, y, range))){
//TODO GPU driver bugs?
build.kill();
//Time.run(Mathf.random(0f, 60f * 6f), build::kill);
}