diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml index 92ac25e07e..352b6a10be 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml @@ -84,27 +84,4 @@ - type: Sprite sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi - type: Clothing - sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi - -- type: entity - parent: CP14ClothingCloakBase - id: CP14ClothingCloakBlackSyurko - name: black surcoats - description: A long and roomy cloak that serves to protect your armour. - components: - - type: Sprite - sprite: _CP14/Clothing/Cloak/Roles/General/black_syurko.rsi - - type: Clothing - sprite: _CP14/Clothing/Cloak/Roles/General/black_syurko.rsi - -- type: entity - parent: CP14ClothingCloakBase - id: CP14ClothingCloakRedSyurko - name: red surcoats - description: A long and roomy cloak that serves to protect your armour. - components: - - type: Sprite - sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi - - type: Clothing - sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi - + sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/guard.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/guard.yml index ed825f4a2c..4f68be2709 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/guard.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/guard.yml @@ -12,15 +12,4 @@ - type: Sprite sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi - type: Clothing - sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi - -- type: entity - parent: CP14ClothingCloakGuardBase - id: CP14ClothingCloakGuardSyurko - name: guard surcoats - description: A long and roomy cloak that serves to protect your armour. - components: - - type: Sprite - sprite: _CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi - - type: Clothing - sprite: _CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi + sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index b69be3dbb0..0407f0fe43 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -14,8 +14,6 @@ - CP14ClothingCloakBlue - CP14ClothingCloakFurCoat - CP14ClothingCloakInsulated - - CP14ClothingCloakBlackSyurko - - CP14ClothingCloakRedSyurko - type: loadout id: CP14ClothingCloakFurcapeBlack @@ -27,16 +25,6 @@ equipment: cloak: CP14ClothingCloakFurcapeBlue -- type: loadout - id: CP14ClothingCloakBlackSyurko - equipment: - cloak: CP14ClothingCloakBlackSyurko - -- type: loadout - id: CP14ClothingCloakRedSyurko - equipment: - cloak: CP14ClothingCloakRedSyurko - - type: loadout id: CP14ClothingCloakMaidArpon equipment: diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/guard.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/guard.yml index fc5ff15d00..46dd7a4520 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/guard.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/guard.yml @@ -7,18 +7,12 @@ minLimit: 0 loadouts: - CP14ClothingCloakGuardBlue - - CP14ClothingCloakGuardSyurko - type: loadout id: CP14ClothingCloakGuardBlue equipment: cloak: CP14ClothingCloakGuardBlue -- type: loadout - id: CP14ClothingCloakGuardSyurko - equipment: - cloak: CP14ClothingCloakGuardSyurko - # Head - type: loadoutGroup diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/equipped-CLOAK.png deleted file mode 100644 index b483b1d963..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/equipped-CLOAK.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/icon.png deleted file mode 100644 index b0675eb52a..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/meta.json deleted file mode 100644 index bac73872e4..0000000000 --- a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": 1, - "license": "All right reserved", - "copyright": "Created by creamy", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-CLOAK", - "directions": 4 - } - ] -} diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/equipped-CLOAK.png deleted file mode 100644 index 525d3325a5..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/equipped-CLOAK.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/icon.png deleted file mode 100644 index 634561616f..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/meta.json deleted file mode 100644 index bac73872e4..0000000000 --- a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": 1, - "license": "All right reserved", - "copyright": "Created by creamy", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-CLOAK", - "directions": 4 - } - ] -} diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/equipped-CLOAK.png deleted file mode 100644 index 66b0472bfc..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/equipped-CLOAK.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/icon.png deleted file mode 100644 index 76c6209825..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/meta.json deleted file mode 100644 index bac73872e4..0000000000 --- a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": 1, - "license": "All right reserved", - "copyright": "Created by creamy", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-CLOAK", - "directions": 4 - } - ] -}