diff --git a/Content.Server/HealthExaminable/HealthExaminableSystem.cs b/Content.Server/HealthExaminable/HealthExaminableSystem.cs index 58526031bc..1826858b9e 100644 --- a/Content.Server/HealthExaminable/HealthExaminableSystem.cs +++ b/Content.Server/HealthExaminable/HealthExaminableSystem.cs @@ -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);