From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 17 Apr 2025 10:42:39 +0000 (+0200) Subject: Improve solar panels descriptions a little (#34925) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9b3f37f5afe776cfc3eb2c9f6dd90b2830fbe77b;p=space-station-14.git Improve solar panels descriptions a little (#34925) * 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> --- diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml index f64f6612b0..f4bbf9e686 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml @@ -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 @@ -126,7 +126,7 @@ 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