Do not make cores derelict

This commit is contained in:
Anuken 2022-05-07 11:56:42 -04:00
parent 5c9ad34322
commit dfac73d81c

View File

@ -294,7 +294,11 @@ public class Teams{
//convert all team tiles to neutral, randomly killing them
for(var b : builds){
scheduleDerelict(b);
if(b instanceof CoreBuild){
b.kill();
}else{
scheduleDerelict(b);
}
}
//kill all units randomly