diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml index de5d8ba8420..4055448bda7 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml @@ -63,22 +63,14 @@ # Ponchos - type: latheRecipe - parent: BaseCoatRecipe + parent: BaseCommandCoatRecipe id: ClothingNeckCWPArctic result: ClothingNeckCWPArctic - completetime: 4 - materials: - Cloth: 500 - Durathread: 300 - type: latheRecipe - parent: BaseCoatRecipe + parent: BaseCommandCoatRecipe id: ClothingNeckCWPSec result: ClothingNeckCWPSec - completetime: 4 - materials: - Cloth: 500 - Durathread: 300 # Chief Justice Wardrobe diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/meta.json index eb7ee6059d6..c0b12a5b980 100644 --- a/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/meta.json @@ -1,26 +1,26 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson.", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson.", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-NECK", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/meta.json index eb7ee6059d6..c0b12a5b980 100644 --- a/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/meta.json @@ -1,26 +1,26 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson.", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson.", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-NECK", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] }