if (controller.level == 8 && result == OK) {
                const amount = Math.min(creep.store[RESOURCE_ENERGY], creep.getActiveBodyparts(WORK) * UPGRADE_CONTROLLER_POWER);
                balancer.recordGplEnergy(amount);
            }