Ghetto Mindshield Icon (#20958)

* Looks like shit frfr

* White for sure

* New icon

---------

Co-authored-by: coolmankid12345 <coolmankid12345@users.noreply.github.com>
This commit is contained in:
coolmankid12345
2023-12-02 12:21:10 -05:00
committed by GitHub
parent 5d6cac0d64
commit 0f7189e8b5
5 changed files with 23 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
using Content.Shared.Revolutionary;
using Robust.Shared.GameStates;
using Content.Shared.StatusIcon;
using Robust.Shared.Prototypes;
namespace Content.Shared.Mindshield.Components;
@@ -9,4 +11,6 @@ namespace Content.Shared.Mindshield.Components;
[RegisterComponent, NetworkedComponent, Access(typeof(SharedRevolutionarySystem))]
public sealed partial class MindShieldComponent : Component
{
[DataField, ViewVariables(VVAccess.ReadWrite)]
public ProtoId<StatusIconPrototype> MindShieldStatusIcon = "MindShieldIcon";
}