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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user