Kill ComponentExt (#20907)
This commit is contained in:
@@ -343,7 +343,7 @@ namespace Content.Server.Ghost.Roles
|
||||
if (ghostRole.MakeSentient)
|
||||
MakeSentientCommand.MakeSentient(mob, EntityManager, ghostRole.AllowMovement, ghostRole.AllowSpeech);
|
||||
|
||||
mob.EnsureComponent<MindContainerComponent>();
|
||||
EnsureComp<MindContainerComponent>(mob);
|
||||
|
||||
GhostRoleInternalCreateMindAndTransfer(args.Player, uid, mob, ghostRole);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user