Removes duplicate CE and paramedic jumpsuits (#39520)

This commit is contained in:
K-Dynamic
2025-08-18 07:15:38 +12:00
committed by GitHub
parent d58ef22d62
commit 5630bf6bde
14 changed files with 6 additions and 76 deletions

View File

@@ -859,7 +859,7 @@ entities:
- type: Physics
canCollide: False
- type: InsideEntityStorage
- proto: ClothingUniformJumpsuitParamedicNT
- proto: ClothingUniformJumpsuitParamedic
entities:
- uid: 213
components:

View File

@@ -49,17 +49,6 @@
sprite: Clothing/Uniforms/Jumpsuit/repairman_syndie.rsi
#Paramedic
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitParamedicNT
name: paramedic jumpsuit
description: A basic white & blue jumpsuit made for Nanotrasen paramedics stationed in combat sectors.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/paramedic_nt.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/paramedic_nt.rsi
- type: entity
parent: [ ClothingUniformBase, BaseSyndicateContraband ]
id: ClothingUniformJumpsuitParamedicSyndie
@@ -73,17 +62,6 @@
#HEADS OF STAFF
#Chief Engineer
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitChiefEngineerNT
name: chief engineer jumpsuit
description: It is often joked that the role of the combat-sector Chief Engineer is where the actual, logistically-minded engineers are promoted to. Good luck.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/ce_nt.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/ce_nt.rsi
- type: entity
parent: [ ClothingUniformBase, BaseSyndicateContraband ]
id: ClothingUniformJumpsuitChiefEngineerSyndie

View File

@@ -738,7 +738,7 @@
- type: startingGear
id: VisitorParamedic
equipment:
jumpsuit: ClothingUniformJumpsuitParamedicNT
jumpsuit: ClothingUniformJumpsuitParamedic
shoes: ClothingShoesSwat
gloves: ClothingHandsGlovesLatex
head: ClothingHeadHatParamedicsoft

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

View File

@@ -1,26 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Flareguy for Space Station 14, base sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey made by brainfood1183 (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

View File

@@ -1,26 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Flareguy for Space Station 14, base sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey made by brainfood1183 (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

View File

@@ -703,3 +703,7 @@ ClothingNeckHeadphones: ClothingMultipleHeadphones
# 2025-08-01
FoodDonutJellySlugcat: FoodDonutJellyScurret
# 2025-08-11
ClothingUniformJumpsuitChiefEngineerNT: ClothingUniformJumpsuitChiefEngineer
ClothingUniformJumpsuitParamedicNT: ClothingUniformJumpsuitParamedic