Set alert level command (#8507)
* Add force mode for setting alert level * Add console command for changing alert level * Filename typo * Return delta disableSelection property * Make locked a component property * Not lock green level after nuke disarm
This commit is contained in:
@@ -20,7 +20,7 @@ public sealed class AlertLevelPrototype : IPrototype
|
||||
/// Default level that the station is on upon initialization.
|
||||
/// If this isn't in the dictionary, this will default to whatever .First() gives.
|
||||
/// </summary>
|
||||
[DataField("defaultLevel")] public string DefaultLevel { get; }= default!;
|
||||
[DataField("defaultLevel")] public string DefaultLevel { get; } = default!;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user