if (path[0].roomName === this.pos.roomName) {
                this.move(this.pos.getDirectionTo(path[0]));

                const creep = path[0].lookFor(LOOK_CREEPS)[0];
                if (creep) container.get('TrafficManager').setBlockingCreep(this, creep);