diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/heads.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/heads.ftl index 50d6c3a5e8..231a7d1449 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/heads.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/lockers/heads.ftl @@ -43,3 +43,6 @@ ent-LockerHeadOfSecurityFilledHardsuit = { ent-LockerHeadOfSecurity } ent-LockerInspectorFilled = { ent-LockerInspector } .suffix = Заполненный .desc = { ent-LockerInspector.desc } +ent-LockerInspectorFilledHardsuit = { ent-LockerInspector } + .suffix = Заполненный, Скафандр + .desc = { ent-LockerInspector.desc } diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 46a138a0a4..1f551bf5f6 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -334,3 +334,32 @@ - id: ClothingUnderwearBottomBoxersInspector # WD - id: ClothingUnderwearBottomPantiesInspector # WD - id: ClothingUnderwearTopBraInspector # WD + +- type: entity # WD + id: LockerInspectorFilledHardsuit + suffix: Filled, Hardsuit + parent: LockerInspector + components: + - type: StorageFill + contents: + - id: ClothingOuterJacketInspector + - id: ClothingOuterWinterInspector + - id: ClothingOuterOverCoatInspector + - id: ClothingOuterTrenchCoatInspector + - id: ClothingNeckCloakInspector + - id: ClothingNeckMantleInspector + - id: ClothingNeckInspectorbadge + - id: ClothingHeadHatInspector + - id: ClothingHeadCapInspector + - id: ClothingEyesGlassesInspector + - id: ClothingBackpackSatchelInspector + - id: ClothingUniformJumpsuitWhiteInspector + - id: ClothingUniformJumpskirtInspector + - id: ClothingUniformJumpskirtInspectorFormal + - id: ClothingHandsGlovesInspector + - id: ClothingHeadsetAltSecurityCommand + - id: RubberStampInspector + - id: ClothingUnderwearBottomBoxersInspector + - id: ClothingUnderwearBottomPantiesInspector + - id: ClothingUnderwearTopBraInspector + - id: ClothingOuterHardsuitInspector