From fce7abb88e8b24ddc36cd726151be77a71c3d1f7 Mon Sep 17 00:00:00 2001 From: Hreno Date: Wed, 4 Sep 2024 16:12:54 +0200 Subject: [PATCH] Delete nonsense solar assembly construction through the Construction window (#31425) * Delete construction for solar assembly, it's the way to do it * Fix description of solar tracker electronics --- .../Devices/Electronics/power_electronics.yml | 2 +- .../Recipes/Construction/utilities.yml | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml index d3293bbfd2..e15d1a22a5 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml @@ -73,7 +73,7 @@ parent: BaseElectronics id: SolarTrackerElectronics name: solar tracker electronics - description: Advanced circuit board used to detect differences in pressure, temperature and gas concentrations between the two sides of the door. + description: Advanced circuit board used to track the nearest star. components: - type: Sprite sprite: Objects/Misc/module.rsi diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index d07201bf7b..5dc0168fd3 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -62,24 +62,6 @@ placementMode: SnapgridCenter canBuildInImpassable: true -- type: construction - name: solar assembly - id: SolarPanel - graph: SolarPanel - startNode: start - targetNode: solarpanel - category: construction-category-utilities - description: "Can be turned into a solar panel or solar tracker." - icon: - sprite: Structures/Power/Generation/solar_panel.rsi - state: solar_assembly - objectType: Structure - placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked - failIfSpace: false - - type: construction name: cable terminal id: CableTerminal