* #3846 - fix for ControlMobVerb not working for ghosts * #3846 - small improvents from CR * #3846 incorpated suggested changes * #3846 simplified visiting entity check in mind.cs
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Content.Server.Mind.Verbs
|
||||
var targetMind = target.GetComponent<MindComponent>();
|
||||
|
||||
targetMind.Mind?.TransferTo(null);
|
||||
userMind?.TransferTo(target);
|
||||
userMind?.TransferTo(target, ghostCheckOverride: true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user