Removes duplicate CE and paramedic jumpsuits (#39520)
@@ -859,7 +859,7 @@ entities:
|
||||
- type: Physics
|
||||
canCollide: False
|
||||
- type: InsideEntityStorage
|
||||
- proto: ClothingUniformJumpsuitParamedicNT
|
||||
- proto: ClothingUniformJumpsuitParamedic
|
||||
entities:
|
||||
- uid: 213
|
||||
components:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -738,7 +738,7 @@
|
||||
- type: startingGear
|
||||
id: VisitorParamedic
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitParamedicNT
|
||||
jumpsuit: ClothingUniformJumpsuitParamedic
|
||||
shoes: ClothingShoesSwat
|
||||
gloves: ClothingHandsGlovesLatex
|
||||
head: ClothingHeadHatParamedicsoft
|
||||
|
||||
|
Before Width: | Height: | Size: 723 B |
|
Before Width: | Height: | Size: 379 B |
|
Before Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 321 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 694 B |
|
Before Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 321 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -703,3 +703,7 @@ ClothingNeckHeadphones: ClothingMultipleHeadphones
|
||||
|
||||
# 2025-08-01
|
||||
FoodDonutJellySlugcat: FoodDonutJellyScurret
|
||||
|
||||
# 2025-08-11
|
||||
ClothingUniformJumpsuitChiefEngineerNT: ClothingUniformJumpsuitChiefEngineer
|
||||
ClothingUniformJumpsuitParamedicNT: ClothingUniformJumpsuitParamedic
|
||||
|
||||