Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Фикс отображения слоёв юбок-комбинезонов #1161

Merged
merged 1 commit into from
Jun 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtCentcomOfficial
name: CentCom officer's suitskirt
description: It's a suitskirt worn by CentCom's highest-tier Commanders.
Expand All @@ -11,7 +11,7 @@
sprite: Corvax/Clothing/Uniforms/Jumpskirt/centcom_official.rsi

- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtCentcomOfficer
name: CentCom turtleneck skirt
description: A skirt version of the CentCom turtleneck, rarer and more sought after than the original.
Expand All @@ -22,7 +22,7 @@
sprite: Corvax/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi

- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtLibrarian
name: sensible suitskirt
description: It's very... sensible.
Expand All @@ -33,7 +33,7 @@
sprite: Corvax/Clothing/Uniforms/Jumpskirt/librarian.rsi

- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
id: ClothingUniformColorJumpskirtRainbow
name: rainbow jumpskirt
description: A multi-colored jumpskirt!
Expand All @@ -44,7 +44,7 @@
sprite: Corvax/Clothing/Uniforms/Jumpskirt/rainbow.rsi

- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtPsychologist
name: psychologist suitskirt
description: I don't lose things. I place things in locations which later elude me.
Expand Down
Loading