Fix freedom implant charges (#14737)
This commit is contained in:
parent
f34af1017d
commit
bca82315c1
|
|
@ -29,6 +29,7 @@ public sealed class SubdermalImplantSystem : SharedSubdermalImplantSystem
|
|||
return;
|
||||
|
||||
_cuffable.Uncuff(component.ImplantedEntity.Value, cuffs.LastAddedCuffs, cuffs.LastAddedCuffs);
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
#region Relays
|
||||
|
|
|
|||
Loading…
Reference in New Issue