Skip to content

Commit

Permalink
Add new implants to deimplant list (#35563)
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
SlamBamActionman authored Feb 27, 2025
1 parent cec05d6 commit 1047e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Content.Shared/Implants/SharedImplanterSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,22 +372,6 @@ public AddImplantAttemptEvent(EntityUid user, EntityUid target, EntityUid implan
}
}


[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>
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/implanters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
- DeathAcidifierImplant
- DeathRattleImplant
- MindShieldImplant
- FakeMindShieldImplant
- RadioImplant
deimplantFailureDamage:
types:
Cellular: 50
Expand Down

0 comments on commit 1047e32

Please sign in to comment.