Body camera (#585)

* Initial commit

* removed jumpsuit slot component, system

* sprite fixes

* Локализация для телевизора и роутера

* Removed separate router and tv for body cameras. Now they're public. Added localizations.

* +cargo buying, sprites finale
This commit is contained in:
Viktor
2024-01-03 21:10:08 +02:00
committed by Aviu00
parent 8011440c38
commit dfcfded62f
35 changed files with 397 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
namespace Content.Server.SurveillanceCamera;
[RegisterComponent]
[Access(typeof(SurveillanceCameraSystem))]
[Access(typeof(SurveillanceCameraSystem), typeof(SurveillanceBodyCameraSystem))]
public sealed partial class SurveillanceCameraComponent : Component
{
// List of active viewers. This is for bookkeeping purposes,