diff --git a/Resources/Locale/en-US/_Impstation/foldable/components/foldable-component.ftl b/Resources/Locale/en-US/_Impstation/foldable/components/foldable-component.ftl new file mode 100644 index 00000000000..406867d4dfb --- /dev/null +++ b/Resources/Locale/en-US/_Impstation/foldable/components/foldable-component.ftl @@ -0,0 +1,2 @@ +fold-verb-clothing-jacket = Take off jacket +unfold-verb-clothing-jacket = Put on jacket diff --git a/Resources/Prototypes/_Impstation/Entities/Clothing/Uniforms/base_clothinguniforms.yml b/Resources/Prototypes/_Impstation/Entities/Clothing/Uniforms/base_clothinguniforms.yml new file mode 100644 index 00000000000..5e1ff2e5446 --- /dev/null +++ b/Resources/Prototypes/_Impstation/Entities/Clothing/Uniforms/base_clothinguniforms.yml @@ -0,0 +1,10 @@ +- type: entity + abstract: true + id: ClothingUniformFoldableBaseImpstation # Impstation suffix because DV already has its own ClothingUniformFoldableBase + components: + - type: Foldable + canFoldInsideContainer: true + unfoldVerbText: unfold-verb-clothing-jacket + foldVerbText: fold-verb-clothing-jacket + - type: FoldableClothing + foldedEquippedPrefix: folded