From: Tiniest Shark
Date: Sun, 23 Feb 2025 23:29:59 +0000 (-0500)
Subject: Put Neckwear above Backpacks (#35322)
X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b7c86cae713827ff194719671a2024432e577c70;p=space-station-14.git
Put Neckwear above Backpacks (#35322)
Puts Neck layer on top of Back.
---
diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
index 40c640f293..059f31acc7 100644
--- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
+++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
@@ -94,8 +94,8 @@
- map: [ "id" ]
- map: [ "outerClothing" ]
- map: [ "enum.HumanoidVisualLayers.Tail" ] # Mentioned in moth code: This needs renaming lol.
- - map: [ "neck" ]
- map: [ "back" ]
+ - map: [ "neck" ]
- map: [ "enum.HumanoidVisualLayers.FacialHair" ]
- map: [ "enum.HumanoidVisualLayers.Hair" ] # Do these need to be here? (arachnid hair arachnid hair)
- map: [ "enum.HumanoidVisualLayers.HeadSide" ]
diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml
index 81b37958e6..67fb5f2303 100644
--- a/Resources/Prototypes/Entities/Mobs/Species/base.yml
+++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml
@@ -31,8 +31,8 @@
- map: [ "belt" ]
- map: [ "id" ]
- map: [ "outerClothing" ]
- - map: [ "neck" ]
- map: [ "back" ]
+ - map: [ "neck" ]
- map: [ "enum.HumanoidVisualLayers.FacialHair" ]
- map: [ "enum.HumanoidVisualLayers.Hair" ]
- map: [ "enum.HumanoidVisualLayers.HeadSide" ]
@@ -322,8 +322,8 @@
- map: [ "belt" ]
- map: [ "id" ]
- map: [ "outerClothing" ]
- - map: [ "neck" ]
- map: [ "back" ]
+ - map: [ "neck" ]
- map: [ "enum.HumanoidVisualLayers.FacialHair" ]
- map: [ "enum.HumanoidVisualLayers.Hair" ]
- map: [ "enum.HumanoidVisualLayers.HeadSide" ]
diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml
index cdeeb03442..602388ed81 100644
--- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml
+++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml
@@ -101,8 +101,8 @@
- map: [ "id" ]
- map: [ "outerClothing" ]
- map: [ "enum.HumanoidVisualLayers.Tail" ] #in the utopian future we should probably have a wings enum inserted here so everyhting doesn't break
- - map: [ "neck" ]
- map: [ "back" ]
+ - map: [ "neck" ]
- map: [ "enum.HumanoidVisualLayers.FacialHair" ]
- map: [ "enum.HumanoidVisualLayers.Hair" ]
- map: [ "enum.HumanoidVisualLayers.HeadSide" ]
diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml
index 2d5a166816..50d224ec3b 100644
--- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml
+++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml
@@ -83,8 +83,8 @@
- map: [ "belt" ]
- map: [ "id" ]
- map: [ "outerClothing" ]
- - map: [ "neck" ]
- map: [ "back" ]
+ - map: [ "neck" ]
- map: [ "enum.HumanoidVisualLayers.FacialHair" ]
- map: [ "enum.HumanoidVisualLayers.Hair" ]
- map: [ "enum.HumanoidVisualLayers.HeadSide" ]