if (!creep.heapMemory.disabledNotifications.includes(structure.id)) {
            creep.heapMemory.disabledNotifications.push(structure.id);
            structure.notifyWhenAttacked(false);
        }