diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index a33529cc48..6dc055ea2a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1276,8 +1276,8 @@ state: body-overlay-2 visible: false - map: [ "ears" ] - - map: [ "outerClothing" ] - map: [ "id" ] + - map: [ "outerClothing" ] - map: [ "mask" ] - map: [ "head" ] - map: [ "clownedon" ] diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 0d7f771758..40c640f293 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -89,10 +89,10 @@ - map: [ "gloves" ] - map: [ "shoes" ] - map: [ "ears" ] - - map: [ "outerClothing" ] - map: [ "eyes" ] - map: [ "belt" ] - map: [ "id" ] + - map: [ "outerClothing" ] - map: [ "enum.HumanoidVisualLayers.Tail" ] # Mentioned in moth code: This needs renaming lol. - map: [ "neck" ] - map: [ "back" ] diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index 100a0ced84..81b37958e6 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -27,10 +27,10 @@ - map: [ "gloves" ] - map: [ "shoes" ] - map: [ "ears" ] - - map: [ "outerClothing" ] - map: [ "eyes" ] - map: [ "belt" ] - map: [ "id" ] + - map: [ "outerClothing" ] - map: [ "neck" ] - map: [ "back" ] - map: [ "enum.HumanoidVisualLayers.FacialHair" ] @@ -318,10 +318,10 @@ - map: [ "gloves" ] - map: [ "shoes" ] - map: [ "ears" ] - - map: [ "outerClothing" ] - map: [ "eyes" ] - map: [ "belt" ] - map: [ "id" ] + - map: [ "outerClothing" ] - map: [ "neck" ] - map: [ "back" ] - map: [ "enum.HumanoidVisualLayers.FacialHair" ] diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index ad09fd5757..cdeeb03442 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -96,10 +96,10 @@ - map: [ "gloves" ] - map: [ "shoes" ] - map: [ "ears" ] - - map: [ "outerClothing" ] - map: [ "eyes" ] - map: [ "belt" ] - 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" ] diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index a4da88adc0..2d5a166816 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -79,10 +79,10 @@ - map: [ "gloves" ] - map: [ "shoes" ] - map: [ "ears" ] - - map: [ "outerClothing" ] - map: [ "eyes" ] - map: [ "belt" ] - map: [ "id" ] + - map: [ "outerClothing" ] - map: [ "neck" ] - map: [ "back" ] - map: [ "enum.HumanoidVisualLayers.FacialHair" ]