Criminal record hud icons (#25192)
* Security hud shows icon based on criminal record status * Criminal status now linked to name instead of identity * parole loc * Test fix * review changes * Check station records instead of storing names on criminal record consoles. * cleanup * more cleanup * review changes * change outdated comments * rename * review changes * remove event subscription * replaced event with trycomp * default value
This commit is contained in:
@@ -40,3 +40,8 @@ public abstract class SharedIdentitySystem : EntitySystem
|
||||
ent.Comp.Enabled = !args.IsToggled;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Gets called whenever an entity changes their identity.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public record struct IdentityChangedEvent(EntityUid CharacterEntity, EntityUid IdentityEntity);
|
||||
|
||||
Reference in New Issue
Block a user