removed cargo beret entirely

This commit is contained in:
Hitlinemoss
2025-06-28 15:41:28 -04:00
parent cb9e2d9323
commit 917b001cb4
11 changed files with 2 additions and 64 deletions

View File

@@ -104,23 +104,6 @@
- HamsterWearable
- WhitelistChameleon
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretCargo
name: cargo beret
description: A beret in cargo colors. Fancy!
components:
- type: Sprite
sprite: Clothing/Head/Hats/beret_cargo.rsi
- type: Clothing
sprite: Clothing/Head/Hats/beret_cargo.rsi
- type: Tag
tags:
- ClothMade
- Recyclable
- HamsterWearable
- WhitelistChameleon
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretEngineering
@@ -1393,4 +1376,4 @@
- HamsterWearable
- ClothMade
- Recyclable
- WhitelistChameleon
- WhitelistChameleon

View File

@@ -24,14 +24,6 @@
equipment:
head: ClothingHeadHatCargosoft
- type: loadout
id: SeniorCourierBeret
effects:
- !type:GroupLoadoutEffect
proto: SeniorCargo
equipment:
head: ClothingHeadHatBeretCargo
# Jumpsuit
- type: loadout
id: CargoTechnicianJumpsuit

View File

@@ -642,7 +642,6 @@
minLimit: 0
loadouts:
- CargoTechnicianHead
- SeniorCourierBeret
- type: loadoutGroup
id: CargoTechnicianJumpsuit

View File

@@ -10,7 +10,6 @@
- type: latheRecipePack
id: ClothingCargo
recipes:
- ClothingHeadHatBeretCargo
- ClothingUniformJumpsuitCargo
- ClothingUniformJumpskirtCargo
- ClothingUniformJumpsuitSalvageSpecialist

View File

@@ -814,7 +814,7 @@
parent: BaseCommandHatRecipe
id: ClothingHeadHatBeretHop
result: ClothingHeadHatBeretHop
- type: latheRecipe
parent: BaseCommandHatRecipe
id: ClothingHeadHatQMsoft
@@ -862,11 +862,6 @@
id: ClothingHeadHatBeretBrigmedic
result: ClothingHeadHatBeretBrigmedic
- type: latheRecipe
parent: BaseHatRecipe
id: ClothingHeadHatBeretCargo
result: ClothingHeadHatBeretCargo
- type: latheRecipe
parent: BaseHatRecipe
id: ClothingHeadHatBeretSecurity

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 853 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 B

View File

@@ -1,30 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e and changed by Hitlinemoss",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}