Remove AlertType and AlertCategory (#27933)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.StatusEffect
|
||||
public string ID { get; private set; } = default!;
|
||||
|
||||
[DataField("alert")]
|
||||
public AlertType? Alert { get; private set; }
|
||||
public ProtoId<AlertPrototype>? Alert { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether a status effect should be able to apply to any entity,
|
||||
|
||||
Reference in New Issue
Block a user