From: DrSmugleaf Date: Mon, 11 Sep 2023 21:47:30 +0000 (-0700) Subject: Change MindComponent xmldoc to say that it is added to mind entities, not player... X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=113778471cd1f4e4d4eb13b8d232c49b0c447239;p=space-station-14.git Change MindComponent xmldoc to say that it is added to mind entities, not player entities (#20050) --- 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. ///