Wall-hugging ground patrol / Core storage changed to set

This commit is contained in:
Anuken
2018-09-26 10:23:06 -04:00
parent 51d619449b
commit c4e6af455d
6 changed files with 31 additions and 22 deletions

View File

@@ -163,9 +163,7 @@ public class TutorialSector{
//world.tile(x + 1, y - 2).block().handleStack(Items.copper, 1, world.tile(x + 1, y - 2), null);
//since placed() is not called here, add core manually
if(!state.teams.get(waveTeam).cores.contains(world.tile(x, y), true)){
state.teams.get(waveTeam).cores.add(world.tile(x, y));
}
state.teams.get(waveTeam).cores.add(world.tile(x, y));
}
private static class MarkerBlockMission extends BlockLocMission{