Derelict Borg Revival (#33433)
* Derelictn'tn't Borg! * Clean *sparkles* * Removed "S: Awaiting Changes"
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Content.Shared.Roles;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared.Silicons.Laws.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Applies law altering ion storms on a specific entity IonStormAmount times when the entity is spawned.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class StartIonStormedComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Amount of times that the ion storm will be run on the entity on spawn.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public int IonStormAmount = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user