From d41fc2483429a0f274eeab32e3aa3a245e580304 Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Tue, 11 May 2021 15:34:43 -0700 Subject: [PATCH] Revert "Clean up removed DataField tag from mind in YAML" This reverts commit 7a5211d8a6ca61e8683823c2fe7428d04825db90. --- Resources/Prototypes/Entities/Mobs/Player/human.yml | 1 + Resources/Prototypes/Entities/Mobs/Player/slime.yml | 1 + Resources/Prototypes/Entities/Mobs/Player/vox.yml | 1 + 3 files changed, 3 insertions(+) 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