mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
* very bad day preset * unpowerAll systems and components * make everyone hurt and drunk * the rest is done * turn very bad day into very bad 15 minutes godo
11 lines
281 B
C#
11 lines
281 B
C#
namespace Content.Server.StationEvents.Components;
|
|
|
|
/// <summary>
|
|
/// component for a rule that makes everyone hurt and drunk, calls the hour-long shuttle and sets alert to red
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class VeryBadDayRuleComponent : Component
|
|
{
|
|
|
|
}
|