diff --git a/packages/game-engine/src/systems/infrastructureSystem.ts b/packages/game-engine/src/systems/infrastructureSystem.ts index f554ce3..1b4533b 100644 --- a/packages/game-engine/src/systems/infrastructureSystem.ts +++ b/packages/game-engine/src/systems/infrastructureSystem.ts @@ -361,11 +361,7 @@ export function processInfrastructure(state: GameState): InfraTickResult { repairCount: 0, }); - notifications.push({ - title: 'Production Failure', - message: `${dc.name}: ${prodFailures} rack${prodFailures > 1 ? 's' : ''} failed in production — sent for repair.`, - type: 'danger', - }); + } }