Small tweak and cleanup of spells and actions (#15943)
This commit is contained in:
@@ -10,7 +10,8 @@ namespace Content.Shared.Actions;
|
||||
public sealed class ActionsComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[Access(typeof(SharedActionsSystem), Other = AccessPermissions.ReadExecute)] // FIXME Friends
|
||||
[Access(typeof(SharedActionsSystem), Other = AccessPermissions.ReadExecute)]
|
||||
// FIXME Friends
|
||||
public SortedSet<ActionType> Actions = new();
|
||||
|
||||
public override bool SendOnlyToOwner => true;
|
||||
|
||||
Reference in New Issue
Block a user