@@ -733,7 +733,7 @@ public abstract partial class SharedSolutionContainerSystem : EntitySystem
|
||||
return;
|
||||
}
|
||||
|
||||
if (!CanSeeHiddenSolution(entity,args.Examiner))
|
||||
if (!CanSeeHiddenSolution(entity, args.Examiner))
|
||||
return;
|
||||
|
||||
var primaryReagent = solution.GetPrimaryReagentId();
|
||||
@@ -832,7 +832,7 @@ public abstract partial class SharedSolutionContainerSystem : EntitySystem
|
||||
return;
|
||||
}
|
||||
|
||||
if (!CanSeeHiddenSolution(entity,args.User))
|
||||
if (!CanSeeHiddenSolution(entity, args.User))
|
||||
return;
|
||||
|
||||
var target = args.Target;
|
||||
@@ -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