]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix freedom implant charges (#14737)
authorMr0maks <mr.maks0443@gmail.com>
Fri, 24 Mar 2023 03:07:20 +0000 (08:07 +0500)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 03:07:20 +0000 (14:07 +1100)
Content.Server/Implants/SubdermalImplantSystem.cs

index 918a0c75be2830e2b095d08ac1696fd127629ab9..71c5e567cc3e47ef8210f668bda4ee383f67de75 100644 (file)
@@ -29,6 +29,7 @@ public sealed class SubdermalImplantSystem : SharedSubdermalImplantSystem
             return;
 
         _cuffable.Uncuff(component.ImplantedEntity.Value, cuffs.LastAddedCuffs, cuffs.LastAddedCuffs);
+        args.Handled = true;
     }
 
     #region Relays