Display minimum temperature required for reaction to occur in guidebook (#20424)
This commit is contained in:
@@ -116,6 +116,12 @@ public sealed partial class GuideReagentEmbed : BoxContainer, IDocumentTag, ISea
|
||||
reactantMsg.Pop();
|
||||
ReactantsLabel.SetMessage(reactantMsg);
|
||||
|
||||
if (reactionPrototype.MinimumTemperature > 0.0f)
|
||||
{
|
||||
MixLabel.Text = Loc.GetString("guidebook-reagent-recipes-mix-and-heat",
|
||||
("temperature", reactionPrototype.MinimumTemperature));
|
||||
}
|
||||
|
||||
var productMsg = new FormattedMessage();
|
||||
var productCount = reactionPrototype.Products.Count;
|
||||
var u = 0;
|
||||
|
||||
Reference in New Issue
Block a user