Skip to content

Commit

Permalink
Merge pull request #375 from AirFryerBuyOneGetOneFree/Dutch-VanDerLin…
Browse files Browse the repository at this point in the history
…de-jackets

Add the Ability to Tie Jumpsuit Jackets around Waist
  • Loading branch information
formlessnameless authored Oct 1, 2024
2 parents 36a3e77 + 766e24b commit 9db3552
Show file tree
Hide file tree
Showing 90 changed files with 267 additions and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ fold-flip-verb = Flip
fold-zip-verb = Zip up
fold-unzip-verb = Unzip
fold-verb-clothing-jacket = Take off jacket
unfold-verb-clothing-jacket = Put on jacket
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,14 @@
- type: Clothing
slots: [innerclothing]
femaleMask: UniformTop

- type: entity
abstract: true
id: ClothingUniformFoldableBase
components:
- type: Foldable
canFoldInsideContainer: true
unfoldVerbText: unfold-verb-clothing-jacket
foldVerbText: fold-verb-clothing-jacket
- type: FoldableClothing
foldedEquippedPrefix: folded
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@

# Rainbow Jumpsuit
- type: entity
parent: ClothingUniformBase
parent: [ ClothingUniformBase, ClothingUniformFoldableBase ]
id: ClothingUniformColorRainbow
name: rainbow jumpsuit
description: A multi-colored jumpsuit!
Expand Down
Loading

0 comments on commit 9db3552

Please sign in to comment.