diff --git a/Content.Shared/Implants/SharedImplanterSystem.cs b/Content.Shared/Implants/SharedImplanterSystem.cs index 1b0ca7fecc..41c2daed3e 100644 --- a/Content.Shared/Implants/SharedImplanterSystem.cs +++ b/Content.Shared/Implants/SharedImplanterSystem.cs @@ -372,22 +372,6 @@ public sealed class AddImplantAttemptEvent : CancellableEntityEventArgs } } - -[Serializable, NetSerializable] -public sealed class DeimplantBuiState : BoundUserInterfaceState -{ - public readonly string? Implant; - - public Dictionary ImplantList; - - public DeimplantBuiState(string? implant, Dictionary implantList) - { - Implant = implant; - ImplantList = implantList; - } -} - - /// /// Change the chosen implanter in the UI. /// diff --git a/Resources/Prototypes/Entities/Objects/Misc/implanters.yml b/Resources/Prototypes/Entities/Objects/Misc/implanters.yml index 58aefc93fd..0bb2fab308 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/implanters.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/implanters.yml @@ -45,6 +45,8 @@ - DeathAcidifierImplant - DeathRattleImplant - MindShieldImplant + - FakeMindShieldImplant + - RadioImplant deimplantFailureDamage: types: Cellular: 50