From ecf590f2239af76f8699ff61a4a1669a39620bcf Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 25 Mar 2025 18:47:49 +0100 Subject: [PATCH] Remove unused PowerConsumer from grilles (#36077) This caused tons of completely wasted processing in the power system. Incredible. --- Resources/Prototypes/Entities/Structures/Walls/grille.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/grille.yml b/Resources/Prototypes/Entities/Structures/Walls/grille.yml index a0a2b60d6d..d9ced96d0c 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/grille.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/grille.yml @@ -34,8 +34,6 @@ - type: Damageable damageContainer: StructuralInorganic damageModifierSet: PerforatedMetallic - - type: PowerConsumer - showInMonitor: false - type: Electrified requirePower: true noWindowInTile: true -- 2.51.2