Skip to content

Commit

Permalink
фикс №4, буква t возвращена в айди комбинезона
Browse files Browse the repository at this point in the history
  • Loading branch information
Agronomist-NN committed Feb 16, 2025
1 parent 6f089fa commit bb9423c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ent-ClothingOuterHardsuitSecurityPilot = security pilot hardsuit
.desc = A special suit that protects against hazardous, low pressure environments. Has an additional layer of armor. Lightened especially for the pilot.
ent-ClothingHeadHelmetHardsuitSecurityPilot = security pilot hardsuit helmet
.desc = Armored hardsuit helmet for security needs.
ent-ClothingUniformJumpsuiSecurityPilot = security pilot jumpsuit
ent-ClothingUniformJumpsuitSecurityPilot = security pilot jumpsuit
.desc = A jumpsuit specifically for a security pilot. Definitely not in the colors of the Syndicate...
ent-ClothingShoesBootsMagSecurity = security magboots
.desc = Magnetic boots are standard equipment for security services for work in zero gravity and outer space.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ent-ClothingOuterHardsuitSecurityPilot = скафандр пилота СБ
.desc = Специальный костюм, защищающий от опасных сред низкого давления. Имеет дополнительный слой брони. Облегчен специально для пилота.
ent-ClothingHeadHelmetHardsuitSecurityPilot = шлем скафандра пилота СБ
.desc = Бронированный шлем для нужд безопасности.
ent-ClothingUniformJumpsuiSecurityPilot = комбинезон пилота СБ
ent-ClothingUniformJumpsuitSecurityPilot = комбинезон пилота СБ
.desc = Комбинезон специально для пилота службы безопасности. Точно не в цветах Синидката...
ent-ClothingShoesBootsMagSecurity = магнитные ботинки СБ
.desc = Магнитные сапоги являющиеся штатным снаряжением службы безопасности для работы в условиях отсутствия гравитации и открытого космоса.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- type: loadout
id: SecurityPilotJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuiSecurityPilot
jumpsuit: ClothingUniformJumpsuitSecurityPilot

# Outer
- type: loadout
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- type: startingGear
id: PilotGear
equipment:
jumpsuit: ClothingUniformJumpsuiSecurityPilot #backmen
jumpsuit: ClothingUniformJumpsuitSecurityPilot #backmen
eyes: ClothingEyesGlassesSecurity
head: ClothingHeadCapSecurityPilot #backmen
id: PilotPDA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
amount: 1
- id: ClothingShoesBootsMagSecurity
amount: 1
- id: ClothingUniformJumpsuiSecurityPilot
- id: ClothingUniformJumpsuitSecurityPilot
amount: 1
- id: ShuttleConsoleCircuitboard
amount: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuiSecurityPilot
id: ClothingUniformJumpsuitSecurityPilot
name: security pilot jumpsuit
description: A jumpsuit specifically for a security pilot. Definitely not in the colors of the Syndicate...
components:
Expand Down

0 comments on commit bb9423c

Please sign in to comment.