From fa27e44fd48c8ee3716a41af11d2d8c5c2d30bbd Mon Sep 17 00:00:00 2001 From: PrPleGoo Date: Wed, 25 Mar 2020 02:28:37 +0100 Subject: [PATCH] Sets drawdepth "Mobs" on the Human prototype (#788) * Update .gitignore * Revert "Update .gitignore" This reverts commit bea34f7f347ebb8795986e4d3be2b4348cfb4c3d. * human entities now get their DrawDepth set to Mobs --- Resources/Prototypes/Entities/mobs/human.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/mobs/human.yml b/Resources/Prototypes/Entities/mobs/human.yml index d455a96e7a..50f789e8e0 100644 --- a/Resources/Prototypes/Entities/mobs/human.yml +++ b/Resources/Prototypes/Entities/mobs/human.yml @@ -26,7 +26,7 @@ - type: InteractionOutline - type: Sprite netsync: false - + drawdepth: Mobs layers: - map: ["enum.HumanoidVisualLayers.Chest"] color: "#e8b59b"