diff --git a/Content.Shared/Mind/MindComponent.cs b/Content.Shared/Mind/MindComponent.cs index ed8eff76e8..f195220e14 100644 --- a/Content.Shared/Mind/MindComponent.cs +++ b/Content.Shared/Mind/MindComponent.cs @@ -7,6 +7,8 @@ using Robust.Shared.Players; namespace Content.Shared.Mind { /// + /// This is added as a component to mind entities, not to player entities. + /// for the one that is added to players. /// A mind represents the IC "mind" of a player. /// Roles are attached as components to its owning entity. ///