@@ -881,6 +881,9 @@ public abstract partial class SharedSolutionContainerSystem : EntitySystem
|
||||
, ("amount", quantity)));
|
||||
}
|
||||
|
||||
msg.PushNewline();
|
||||
msg.AddMarkup(Loc.GetString("scannable-solution-temperature", ("temperature", Math.Round(solution.Temperature))));
|
||||
|
||||
return msg;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,3 +3,4 @@ scannable-solution-verb-message = Examine the chemical composition.
|
||||
scannable-solution-main-text = It contains the following chemicals:
|
||||
scannable-solution-empty-container = It contains no chemicals.
|
||||
scannable-solution-chemical = - {$amount}u [color={$color}]{$type}[/color]
|
||||
scannable-solution-temperature = Solution temperature: {$temperature}K
|
||||
Reference in New Issue
Block a user