mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Fix chameleon controller not updating fake mindshield action icon (#42900)
fix chameleon controller not updating fake mindshield action icon
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user