Skip to content

Commit

Permalink
Add foldable uniform jumpsuit base component
Browse files Browse the repository at this point in the history
Initial work on porting impstation/imp-station-14#375.
Component gets the Impstation suffix to not conflict with the existing
DeltaV component for rolled-up sleeves on some security uniforms.
  • Loading branch information
alterae committed Jan 15, 2025
1 parent 7ca7d9c commit 0483185
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fold-verb-clothing-jacket = Take off jacket
unfold-verb-clothing-jacket = Put on jacket
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0483185

Please sign in to comment.