@@ -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>
|
/// <summary>
|
||||||
/// Change the chosen implanter in the UI.
|
/// Change the chosen implanter in the UI.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -45,6 +45,8 @@
|
|||||||
- DeathAcidifierImplant
|
- DeathAcidifierImplant
|
||||||
- DeathRattleImplant
|
- DeathRattleImplant
|
||||||
- MindShieldImplant
|
- MindShieldImplant
|
||||||
|
- FakeMindShieldImplant
|
||||||
|
- RadioImplant
|
||||||
deimplantFailureDamage:
|
deimplantFailureDamage:
|
||||||
types:
|
types:
|
||||||
Cellular: 50
|
Cellular: 50
|
||||||
|
|||||||
Reference in New Issue
Block a user