Fix chameleon controller not updating fake mindshield action icon (#42900)
fix chameleon controller not updating fake mindshield action icon
This commit is contained in:
parent
1f6237f75f
commit
68b6d5aec4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue