Fix material rsi (#14339)
This commit is contained in:
@@ -615,7 +615,7 @@ public sealed partial class AdminVerbSystem
|
|||||||
{
|
{
|
||||||
Text = "Dust",
|
Text = "Dust",
|
||||||
Category = VerbCategory.Smite,
|
Category = VerbCategory.Smite,
|
||||||
Icon = new SpriteSpecifier.Rsi(new ResourcePath("/Textures/Objects/Materials/materials"), "ash"),
|
Icon = new SpriteSpecifier.Rsi(new ResourcePath("/Textures/Objects/Materials/materials.rsi"), "ash"),
|
||||||
Act = () =>
|
Act = () =>
|
||||||
{
|
{
|
||||||
EntityManager.QueueDeleteEntity(args.Target);
|
EntityManager.QueueDeleteEntity(args.Target);
|
||||||
|
|||||||
Reference in New Issue
Block a user