From c1e755950564187ce855a8c9319867d75d0ac107 Mon Sep 17 00:00:00 2001 From: Kara D Date: Thu, 17 Feb 2022 22:59:41 -0700 Subject: [PATCH] just gonna change this back rq --- Content.Server/HealthExaminable/HealthExaminableSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);