From 1047e3294424966eb2d383b9748ac33a998f747c Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:23:59 +0100 Subject: [PATCH] Add new implants to deimplant list (#35563) Initial commit --- Content.Shared/Implants/SharedImplanterSystem.cs | 16 ---------------- .../Entities/Objects/Misc/implanters.yml | 2 ++ 2 files changed, 2 insertions(+), 16 deletions(-) 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 -- 2.51.2