From 355e16f4701ca0751e2fad0490fc4179d91c7b5c Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:29:46 +1100 Subject: [PATCH] fix implant action icon bug (#21597) --- .../Systems/Actions/ActionUIController.cs | 8 ++++++-- .../Entities/Objects/Misc/subdermal_implants.yml | 11 +++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Actions/ActionUIController.cs b/Content.Client/UserInterface/Systems/Actions/ActionUIController.cs index e2de86201e..340aa5447d 100644 --- a/Content.Client/UserInterface/Systems/Actions/ActionUIController.cs +++ b/Content.Client/UserInterface/Systems/Actions/ActionUIController.cs @@ -767,11 +767,15 @@ public sealed class ActionUIController : UIController, IOnStateChanged