Clothing/item ECS & cleanup (#9706)
This commit is contained in:
@@ -107,7 +107,7 @@ namespace Content.Server.Kitchen.EntitySystems
|
||||
return;
|
||||
}
|
||||
|
||||
if (!HasComp<SharedItemComponent>(args.Used))
|
||||
if (!HasComp<ItemComponent>(args.Used))
|
||||
{
|
||||
_popupSystem.PopupEntity(Loc.GetString("microwave-component-interact-using-transfer-fail"), uid, Filter.Entities(args.User));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user