From: Tayrtahn Date: Mon, 8 Jan 2024 21:14:04 +0000 (-0500) Subject: Round mixing temperature entries in the guidebook (#23751) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4972e257e0620c78a2d0b4be0e73d547d2bae4c5;p=space-station-14.git Round mixing temperature entries in the guidebook (#23751) Thanks for the help, Fluent. --- diff --git a/Resources/Locale/en-US/guidebook/chemistry/core.ftl b/Resources/Locale/en-US/guidebook/chemistry/core.ftl index 8bb7868184..5179915e05 100644 --- a/Resources/Locale/en-US/guidebook/chemistry/core.ftl +++ b/Resources/Locale/en-US/guidebook/chemistry/core.ftl @@ -18,11 +18,11 @@ guidebook-reagent-effects-metabolism-group-rate = [bold]{$group}[/bold] [color=g guidebook-reagent-physical-description = [italic]Seems to be {$description}.[/italic] guidebook-reagent-recipes-mix-info = {$minTemp -> [0] {$hasMax -> - [true] {CAPITALIZE($verb)} below {$maxTemp}K + [true] {CAPITALIZE($verb)} below {NATURALFIXED($maxTemp, 2)}K *[false] {CAPITALIZE($verb)} } *[other] {CAPITALIZE($verb)} {$hasMax -> - [true] between {$minTemp}K and {$maxTemp}K - *[false] above {$minTemp}K + [true] between {NATURALFIXED($minTemp, 2)}K and {NATURALFIXED($maxTemp, 2)}K + *[false] above {NATURALFIXED($minTemp, 2)}K } }