]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
'Spawn Here' Verb Forces Mind Transfer (#30568)
authorAiden <aiden@djkraz.com>
Fri, 2 Aug 2024 07:14:21 +0000 (02:14 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 07:14:21 +0000 (17:14 +1000)
Update AdminVerbSystem.cs

Content.Server/Administration/Systems/AdminVerbSystem.cs

index d7888b491c36c2a4717380d2c84f1d01c5e794a3..3c8f7cd553c5fa3191467ef7ccdca7b0c3a2be6d 100644 (file)
@@ -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,