Пару изменений (#468)
* fix: Двери больше нельзя моментально открыть голыми руками * add: Несколько целевой пинпоинтер для оперативников синдиката * add: Боеголовка синдиката
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared._White.Pinpointer;
|
||||
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
public sealed partial class MultiplePinpointerComponent : Component
|
||||
{
|
||||
[DataField(required: true)]
|
||||
public string[] Modes = Array.Empty<string>();
|
||||
|
||||
[ViewVariables, AutoNetworkedField]
|
||||
public uint CurrentEntry = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user