@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user