glitchassassin / screeps-cartographer

Cartographer is an advanced (and open source) movement library for Screeps
29 stars 8 forks source link

Creep stumbling into a portal #39

Closed Alexey007gold closed 1 year ago

Alexey007gold commented 1 year ago

Moving to any viable adjacent square causes a creep to fall into a portal. Normally this is prevented by a custom roomCallback, not allowing to path through portals if not wanted

glitchassassin commented 1 year ago

Added a check against the cost matrix to limit these squares. Good find!