From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:23:59 +0000 (+0100) Subject: Add new implants to deimplant list (#35563) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1047e3294424966eb2d383b9748ac33a998f747c;p=space-station-14.git Add new implants to deimplant list (#35563) Initial commit --- 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