From: Aiden Date: Fri, 2 Aug 2024 07:14:21 +0000 (-0500) Subject: 'Spawn Here' Verb Forces Mind Transfer (#30568) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=029771d6727cd2d3effb70ca2d8ac600ce7e9af5;p=space-station-14.git 'Spawn Here' Verb Forces Mind Transfer (#30568) Update AdminVerbSystem.cs --- diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.cs b/Content.Server/Administration/Systems/AdminVerbSystem.cs index d7888b491c..3c8f7cd553 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.cs @@ -180,7 +180,7 @@ namespace Content.Server.Administration.Systems if (targetMind != null) { - _mindSystem.TransferTo(targetMind.Value, mobUid); + _mindSystem.TransferTo(targetMind.Value, mobUid, true); } }, ConfirmationPopup = true,