Hair dyer verb texture fix (#3127)
This commit is contained in:
parent
a3e1b90c5b
commit
979676069f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public sealed class HairDyeSystem : EntitySystem
|
|||
args.Verbs.Add(new InteractionVerb()
|
||||
{
|
||||
Text = (comp.Mode) ? Loc.GetString("hairdye-switch-hair") : Loc.GetString("hairdye-switch-facial"),
|
||||
Icon = new SpriteSpecifier.Texture(new ResPath("/Textures/Interface/Verbicons/dot.svg.192dpi.png")),
|
||||
Icon = new SpriteSpecifier.Texture(new ResPath("/Textures/Interface/VerbIcons/dot.svg.192dpi.png")),
|
||||
Act = () => { comp.Mode = !comp.Mode; },
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue