Add text coloring for inspected solution containers, code cleanup (#2010)
* Initial commit * remove helper * fixes * small fix
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Content.Server.Chemistry.ReactionEffects
|
||||
float floatIntensity = (float)intensity;
|
||||
if (solutionEntity == null)
|
||||
return;
|
||||
if(!solutionEntity.TryGetComponent(out SolutionComponent solution))
|
||||
if(!solutionEntity.TryGetComponent(out SolutionContainerComponent solution))
|
||||
return;
|
||||
|
||||
//Handle scaling
|
||||
|
||||
Reference in New Issue
Block a user