'Spawn Here' Verb Forces Mind Transfer (#30568)
Update AdminVerbSystem.cs
This commit is contained in:
@@ -180,7 +180,7 @@ namespace Content.Server.Administration.Systems
|
|||||||
|
|
||||||
if (targetMind != null)
|
if (targetMind != null)
|
||||||
{
|
{
|
||||||
_mindSystem.TransferTo(targetMind.Value, mobUid);
|
_mindSystem.TransferTo(targetMind.Value, mobUid, true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ConfirmationPopup = true,
|
ConfirmationPopup = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user