Replace string data fields with LocId where relevant (#20883)
This commit is contained in:
@@ -45,9 +45,9 @@ namespace Content.Server.Nutrition.EntitySystems
|
||||
{
|
||||
_puddle.TrySpillAt(uid, solution, out _, false);
|
||||
}
|
||||
if (!string.IsNullOrEmpty(foodComp.TrashPrototype))
|
||||
if (!string.IsNullOrEmpty(foodComp.Trash))
|
||||
{
|
||||
EntityManager.SpawnEntity(foodComp.TrashPrototype, Transform(uid).Coordinates);
|
||||
EntityManager.SpawnEntity(foodComp.Trash, Transform(uid).Coordinates);
|
||||
}
|
||||
}
|
||||
ActivatePayload(uid);
|
||||
|
||||
Reference in New Issue
Block a user