]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add new implants to deimplant list (#35563)
authorSlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Thu, 27 Feb 2025 19:23:59 +0000 (20:23 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 19:23:59 +0000 (20:23 +0100)
Initial commit

Content.Shared/Implants/SharedImplanterSystem.cs
Resources/Prototypes/Entities/Objects/Misc/implanters.yml

index 1b0ca7fecc7f40357fa68f6574e4be737aba819f..41c2daed3ebcf92c6b10a38bdaccfdb055c2b324 100644 (file)
@@ -372,22 +372,6 @@ public sealed class AddImplantAttemptEvent : CancellableEntityEventArgs
     }
 }
 
-
-[Serializable, NetSerializable]
-public sealed class DeimplantBuiState : BoundUserInterfaceState
-{
-    public readonly string? Implant;
-
-    public Dictionary<string, string> ImplantList;
-
-    public DeimplantBuiState(string? implant, Dictionary<string, string> implantList)
-    {
-        Implant = implant;
-        ImplantList = implantList;
-    }
-}
-
-
 /// <summary>
 /// Change the chosen implanter in the UI.
 /// </summary>
index 58aefc93fd88b9084f097bbcf8173a5a2da20436..0bb2fab3086ef846e99a3ff4c1594e254f2ae42a 100644 (file)
@@ -45,6 +45,8 @@
       - DeathAcidifierImplant
       - DeathRattleImplant
       - MindShieldImplant
+      - FakeMindShieldImplant
+      - RadioImplant
       deimplantFailureDamage:
         types:
           Cellular: 50