Openable refactor (#19750)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Content.Server.Nutrition.EntitySystems
|
||||
|
||||
if (EntityManager.TryGetComponent(uid, out FoodComponent? foodComp))
|
||||
{
|
||||
if (_solutions.TryGetSolution(uid, foodComp.SolutionName, out var solution))
|
||||
if (_solutions.TryGetSolution(uid, foodComp.Solution, out var solution))
|
||||
{
|
||||
_puddle.TrySpillAt(uid, solution, out _, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user