From 4972e257e0620c78a2d0b4be0e73d547d2bae4c5 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 8 Jan 2024 16:14:04 -0500 Subject: [PATCH] Round mixing temperature entries in the guidebook (#23751) Thanks for the help, Fluent. --- Resources/Locale/en-US/guidebook/chemistry/core.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } } -- 2.51.2