From b7c86cae713827ff194719671a2024432e577c70 Mon Sep 17 00:00:00 2001
From: Tiniest Shark
Date: Sun, 23 Feb 2025 18:29:59 -0500
Subject: [PATCH] Put Neckwear above Backpacks (#35322)
Puts Neck layer on top of Back.
---
Resources/Prototypes/Entities/Mobs/Species/arachnid.yml | 2 +-
Resources/Prototypes/Entities/Mobs/Species/base.yml | 4 ++--
Resources/Prototypes/Entities/Mobs/Species/moth.yml | 2 +-
Resources/Prototypes/Entities/Mobs/Species/vox.yml | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
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" ]
--
2.51.2