KungFuClan / KungFuScreeps

https://screepers.gitbook.io/screeps-typescript-starter/
9 stars 4 forks source link

When a creep gets inside a hostile room, it cannot get out due to the movement options. #39

Closed UhmBrock closed 4 years ago

UhmBrock commented 4 years ago

We need to make an exception in the getDefaultMoveOpts method where if the room being checked is the creeps current room, we cannot block off exits.

UhmBrock commented 4 years ago

Temporarily commenting out code that blocks off room movement until this issue is resolved.