From fb362755b9699d0a57b8099f121d679968e192ae Mon Sep 17 00:00:00 2001 From: Kara D Date: Sat, 20 Nov 2021 19:24:32 -0700 Subject: [PATCH] ffs --- Resources/Prototypes/Entities/Mobs/Species/human.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Species/human.yml b/Resources/Prototypes/Entities/Mobs/Species/human.yml index 3935910caf..3cbabf3dd2 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/human.yml @@ -254,6 +254,8 @@ - "enum.HumanoidVisualLayers.LLeg" - "enum.HumanoidVisualLayers.RArm" - "enum.HumanoidVisualLayers.RLeg" + - "enum.HumanoidVisualLayers.RFoot" + - "enum.HumanoidVisualLayers.LFoot" damageOverlayGroups: Brute: sprite: Mobs/Effects/brute_damage.rsi @@ -341,6 +343,14 @@ color: "#e8b59b" sprite: Mobs/Species/Human/parts.rsi state: l_leg + - map: [ "enum.HumanoidVisualLayers.LFoot" ] + color: "#e8b59b" + sprite: Mobs/Species/Human/parts.rsi + state: l_foot + - map: [ "enum.HumanoidVisualLayers.RFoot" ] + color: "#e8b59b" + sprite: Mobs/Species/Human/parts.rsi + state: r_foot - shader: StencilClear - shader: StencilMask map: ["enum.HumanoidVisualLayers.StencilMask"]