mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-28 21:57:51 +07:00
Added basic ground AI
This commit is contained in:
@ -146,7 +146,7 @@ public class SStats implements SteamUserStatsCallback{
|
||||
if(e.content == Items.thorium) obtainThorium.complete();
|
||||
if(e.content == Items.titanium) obtainTitanium.complete();
|
||||
|
||||
if(!content.zones().contains(Zone::locked)){
|
||||
if(!content.zones().contains(SectorPreset::locked)){
|
||||
unlockAllZones.complete();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user