* ion storm event prototype + locale * add lawsets * use lawsets, make borgs ion storm targets * ion storm rule and ion storm target * lawset prototype * use lawsets * update silicon law system to use lawsets and support ion storm event * new toys * fix * more fix * fixy * ion storm admin logging * assigning laws makes borg provide its own laws, other stuff * 1h reoccurence * 50% chance * better call saul * emagLaws is required * add announcment audio * fixy * family friendly gaming * fixy * address reviews * fixy * more fixy and no erp * pro --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
10 lines
228 B
C#
10 lines
228 B
C#
namespace Content.Server.StationEvents.Components;
|
|
|
|
/// <summary>
|
|
/// Gamerule component to mess up ai/borg laws when started.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class IonStormRuleComponent : Component
|
|
{
|
|
}
|