From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:40:22 +0000 (-0800) Subject: Adds better description to pneumatic valve and build menu description (#32655) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3e346019fff12dc6fc024197907065e1466ffad1;p=space-station-14.git Adds better description to pneumatic valve and build menu description (#32655) * adds description to pneumatic valve and build menu description * Change one atmosphere to kPa --- diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml index bde7136850..298afcc4b0 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/trinary.yml @@ -210,7 +210,7 @@ parent: GasPipeBase id: PressureControlledValve name: pneumatic valve - description: Valve controlled by pressure. + description: A bidirectional valve controlled by pressure. Opens if the output pipe is lower than the pressure of the control pipe by 101.325 kPa. placement: mode: SnapgridCenter components: diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index 92bea76ffd..cecb249555 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -785,7 +785,7 @@ - type: construction id: PressureControlledValve name: pneumatic valve - description: Valve controlled by pressure. + description: A bidirectional valve controlled by pressure. Opens if the output pipe is lower than the pressure of the control pipe by 101.325 kPa. graph: GasTrinary startNode: start targetNode: pneumaticvalve