run(creep: SkKillerCreep) {
        if (!creep.operation) {
            // @todo Operation has probably ended. Return home and suicide?
            return;
        }