From: Mr0maks Date: Fri, 24 Mar 2023 03:07:20 +0000 (+0500) Subject: Fix freedom implant charges (#14737) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bca82315c1e3b678ae255bee623c3fd5cd5e8309;p=space-station-14.git Fix freedom implant charges (#14737) --- diff --git a/Content.Server/Implants/SubdermalImplantSystem.cs b/Content.Server/Implants/SubdermalImplantSystem.cs index 918a0c75be..71c5e567cc 100644 --- a/Content.Server/Implants/SubdermalImplantSystem.cs +++ b/Content.Server/Implants/SubdermalImplantSystem.cs @@ -29,6 +29,7 @@ public sealed class SubdermalImplantSystem : SharedSubdermalImplantSystem return; _cuffable.Uncuff(component.ImplantedEntity.Value, cuffs.LastAddedCuffs, cuffs.LastAddedCuffs); + args.Handled = true; } #region Relays