diff --git a/Resources/Prototypes/Entities/Mobs/Player/human.yml b/Resources/Prototypes/Entities/Mobs/Player/human.yml index e1a65af84e..a637c9da5a 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/human.yml @@ -6,7 +6,6 @@ description: A miserable pile of secrets. components: - type: Mind - showExamineInfo: true - type: Input context: "human" - type: PlayerMobMover diff --git a/Resources/Prototypes/Entities/Mobs/Player/slime.yml b/Resources/Prototypes/Entities/Mobs/Player/slime.yml index b9744d1e02..b7d11d65ef 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/slime.yml @@ -4,7 +4,6 @@ id: SlimePerson components: - type: Mind - showExamineInfo: true - type: Input context: "human" - type: Alerts diff --git a/Resources/Prototypes/Entities/Mobs/Player/vox.yml b/Resources/Prototypes/Entities/Mobs/Player/vox.yml index 39b5de03fb..191da1cc77 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/vox.yml @@ -5,7 +5,6 @@ id: Vox components: - type: Mind - showExamineInfo: true - type: Input context: "human" - type: Alerts