Solution rejig (#12428)
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Content.Server.Nutrition.EntitySystems
|
||||
|
||||
public void UpdateTags(TrashOnEmptyComponent component, Solution solution)
|
||||
{
|
||||
if (solution.DrainAvailable <= 0)
|
||||
if (solution.Volume <= 0)
|
||||
{
|
||||
_tagSystem.AddTag(component.Owner, "Trash");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user