for (const creep of creeps) {
        if (creep.my) {
            // @todo Filter out civilian creeps to save on CPU.
            this.militaryObjects.myCreeps.push(creep);
        }