Removed references to "phantom"

This commit is contained in:
Anuken
2020-07-05 11:15:46 -04:00
parent 403597f860
commit 9b285e6b21
5 changed files with 14 additions and 10 deletions

View File

@@ -55,9 +55,10 @@ public class SStats implements SteamUserStatsCallback{
if(campaign()){
SStat.maxUnitActive.max(Groups.unit.count(t -> t.team() == player.team()));
if(Groups.unit.count(u -> u.type() == UnitTypes.phantom && u.team() == player.team()) >= 10){
active10Phantoms.complete();
}
//TODO
//if(Groups.unit.count(u -> u.type() == UnitTypes.phantom && u.team() == player.team()) >= 10){
// active10Phantoms.complete();
//}
if(Groups.unit.count(u -> u.type() == UnitTypes.crawler && u.team() == player.team()) >= 50){
active50Crawlers.complete();