Crazy Glue Fix (#17262)
This commit is contained in:
@@ -39,11 +39,9 @@ namespace Content.Server.Glue
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (HasComp<ItemComponent>(target))
|
||||
{
|
||||
_audio.PlayPvs(component.Squeeze, uid);
|
||||
EnsureComp<UnremoveableComponent>(target);
|
||||
_popup.PopupEntity(Loc.GetString("glue-success", ("target", Identity.Entity(target, EntityManager))), args.User,
|
||||
args.User, PopupType.Medium);
|
||||
EnsureComp<GluedComponent>(target);
|
||||
|
||||
Reference in New Issue
Block a user