Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -347,7 +347,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
{
|
||||
_solutionContainerSystem.TryGetSolution(pill, SharedChemMaster.PillSolutionName, out var solution);
|
||||
var quantity = solution?.Volume ?? FixedPoint2.Zero;
|
||||
return ((string, FixedPoint2 quantity))(Name(pill), quantity:(FixedPoint2) quantity);
|
||||
return (Name(pill), quantity);
|
||||
})).ToList();
|
||||
|
||||
return pills is null
|
||||
|
||||
Reference in New Issue
Block a user