]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Delete nonsense solar assembly construction through the Construction window (#31425)
authorHreno <hrenor@gmail.com>
Wed, 4 Sep 2024 14:12:54 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 14:12:54 +0000 (16:12 +0200)
* Delete construction for solar assembly, it's the way to do it

* Fix description of solar tracker electronics

Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml
Resources/Prototypes/Recipes/Construction/utilities.yml

index d3293bbfd22a1fe41eaab5cca9bdc99e41894a92..e15d1a22a5c0803f93765fa5dcece472d4662854 100644 (file)
@@ -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
index d07201bf7b377dde20ab598585fbf3dfe517deef..5dc0168fd36ca38d965968dd3cd2d2962a7f477c 100644 (file)
   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