]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Improve solar panels descriptions a little (#34925)
authorlzk <124214523+lzk228@users.noreply.github.com>
Thu, 17 Apr 2025 10:42:39 +0000 (12:42 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Apr 2025 10:42:39 +0000 (20:42 +1000)
* improve solar panels descriptions a little

* Apply suggestions from code review

Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com>
---------

Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com>
Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml

index f64f6612b0da3c929bfb50e7f2b81565ce5b674b..f4bbf9e686e3d94b0f669c7fa7c3b1e41349ca35 100644 (file)
@@ -58,7 +58,7 @@
   id: SolarPanelPlasma
   parent: SolarPanelBasePhysSprite
   name: solar panel plasma
-  description: A plasma solar panel that generates power.
+  description: A few sheets of plasma glass that generate electricity when hit by photons.
   components:
   - type: PowerSupplier
     supplyRampTolerance: 500
@@ -92,7 +92,7 @@
   id: SolarPanelUranium
   parent: SolarPanelBasePhysSprite
   name: solar panel uranium
-  description: A uranium solar panel that generates power.
+  description: A few sheets of uranium glass that generate electricity when hit by photons.
   components:
   - type: PowerSupplier
     supplyRampTolerance: 500
   id: SolarPanel
   parent: SolarPanelBasePhysSprite
   name: solar panel
-  description: A solar panel that generates power.
+  description: A few sheets of glass that generate electricity when hit by photons.
   components:
   - type: PowerSupplier
     supplyRampTolerance: 500