From fed7696e698a4ad16be5aa72b0797b9d52165e99 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Sat, 18 Jan 2025 03:03:53 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20ToggleableGhostRoleC?= =?UTF-8?q?omponent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Ghost/Roles/Components/ToggleableGhostRoleComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Ghost/Roles/Components/ToggleableGhostRoleComponent.cs b/Content.Server/Ghost/Roles/Components/ToggleableGhostRoleComponent.cs index 3e6280235ea..2ade5ccbc05 100644 --- a/Content.Server/Ghost/Roles/Components/ToggleableGhostRoleComponent.cs +++ b/Content.Server/Ghost/Roles/Components/ToggleableGhostRoleComponent.cs @@ -55,7 +55,7 @@ public sealed partial class ToggleableGhostRoleComponent : Component /// A list of mind roles that will be added to the entity's mind /// [DataField] - public List MindRoles; + public List MindRoles = new() { "MindRoleGhostRoleNeutral" }; /// /// The displayed name of the verb to wipe the controlling player