Skip to content

Commit

Permalink
Убран статус "Подозревается"
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Dec 3, 2024
1 parent 662a59e commit e5ad2de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public sealed partial class SecWatchCartridgeComponent : Component
[DataField]
public List<SecurityStatus> Statuses = new()
{
SecurityStatus.Suspected,
/// SecurityStatus.Suspected,
SecurityStatus.Wanted
};

Expand All @@ -20,4 +20,4 @@ public sealed partial class SecWatchCartridgeComponent : Component
/// </summary>
[DataField]
public EntityUid? Station;
}
}

0 comments on commit e5ad2de

Please sign in to comment.