Adds a bunch of UI icons for verbs. (#3007)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Content.Server.GameObjects.Components.Pointing;
|
||||
using Content.Server.GameObjects.Components.Pointing;
|
||||
using Content.Server.GameObjects.EntitySystems;
|
||||
using Content.Shared.GameObjects.Verbs;
|
||||
using Robust.Server.GameObjects;
|
||||
@@ -18,6 +18,7 @@ namespace Content.Server.GlobalVerbs
|
||||
public override void GetData(IEntity user, IEntity target, VerbData data)
|
||||
{
|
||||
data.Visibility = VerbVisibility.Invisible;
|
||||
data.IconTexture = "/Textures/Interface/VerbIcons/point.svg.96dpi.png";
|
||||
|
||||
if (!user.HasComponent<IActorComponent>())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user