diff --git a/Resources/Prototypes/Entities/Mobs/Player/human.yml b/Resources/Prototypes/Entities/Mobs/Player/human.yml index a637c9da5a..e1a65af84e 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/human.yml @@ -6,6 +6,7 @@ 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 b7d11d65ef..b9744d1e02 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/slime.yml @@ -4,6 +4,7 @@ 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 191da1cc77..39b5de03fb 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/vox.yml @@ -5,6 +5,7 @@ id: Vox components: - type: Mind + showExamineInfo: true - type: Input context: "human" - type: Alerts