JonathanSafer / screeps

Screeps AI
MIT License
25 stars 7 forks source link

quad fails to concat towers when retreating #150

Closed JonathanSafer closed 4 years ago

JonathanSafer commented 4 years ago

when making the list of things to retreat from, the list of towers contains one item that is just range: 20 rather than the intended pos: {x: - y: - roomName: -}, range: 20 This causes an exception later on.

JonathanSafer commented 4 years ago

Solved