just gonna change this back rq

This commit is contained in:
Kara D
2022-02-17 22:59:41 -07:00
parent a4e30df1de
commit c1e7559505

View File

@@ -37,7 +37,7 @@ public sealed class HealthExaminableSystem : EntitySystem
Category = VerbCategory.Examine,
Disabled = !detailsRange,
Message = Loc.GetString("health-examinable-verb-disabled"),
IconTexture = "/Textures/Interface/VerbIcons/plus.svg.192dpi.png"
IconTexture = "/Textures/Interface/VerbIcons/rejuvenate.svg.192dpi.png"
};
args.Verbs.Add(verb);