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 GitHub
parent 1d13dbfc4c
commit ffe93b0b24

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)