JonathanSafer/screeps

quad fails to concat towers when retreating

JonathanSafer opened this issue · 1 comments

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.

Solved