fix clone appearance (#37130)

This commit is contained in:
slarticodefast
2025-05-03 03:26:12 +02:00
committed by GitHub
parent 4ba8945c5b
commit 5d26a38a1d
3 changed files with 8 additions and 1 deletions

View File

@@ -39,6 +39,11 @@ public abstract class SharedIdentitySystem : EntitySystem
{
ent.Comp.Enabled = !args.Mask.Comp.IsToggled;
}
/// <summary>
/// Queues an identity update to the start of the next tick.
/// </summary>
public virtual void QueueIdentityUpdate(EntityUid uid) { }
}
/// <summary>
/// Gets called whenever an entity changes their identity.