mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-21 13:17:39 +07:00
Added basic ground AI
This commit is contained in:
@ -36,7 +36,7 @@ public class ZoneTests{
|
||||
if(true) return new DynamicTest[0];
|
||||
//fail("Zone validity tests need to be refactored!");
|
||||
|
||||
for(Zone zone : content.zones()){
|
||||
for(SectorPreset zone : content.zones()){
|
||||
out.add(dynamicTest(zone.name, () -> {
|
||||
logic.reset();
|
||||
try{
|
||||
|
Reference in New Issue
Block a user