Fix chameleon controller not updating fake mindshield action icon (#42900)

fix chameleon controller not updating fake mindshield action icon
This commit is contained in:
Leah 2026-02-13 06:09:04 +01:00 committed by Coryler
parent 1f6237f75f
commit 68b6d5aec4
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public sealed class FakeMindShieldSystem : EntitySystem
continue;
component.IsEnabled = args.ChameleonOutfit.HasMindShield;
_actions.SetToggled(action, args.ChameleonOutfit.HasMindShield);
Dirty(uid, component);
if (actionComp.UseDelay != null)