You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting sources, creeps do not always select the closest source. This can't be solved with a simple creep.pos.findClosestByRange(target) in place of creep.room.find(target)
Investigate this and solve. This will reduce wasted time
When selecting sources, creeps do not always select the closest source. This can't be solved with a simple
creep.pos.findClosestByRange(target)in place ofcreep.room.find(target)Investigate this and solve. This will reduce wasted time