Skip to content

Commit

Permalink
Update jumpskirts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn authored Sep 10, 2024
1 parent fb3c399 commit 97a10ab
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Resources/Prototypes/ADT/Entities/Clothing/Uniforms/jumpskirts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,26 +263,26 @@
sprite: ADT/Clothing/Uniforms/Jumpskirt/jumpskirt_hop.rsi

- type: entity
parent: [ ClothingUniformBase, BaseFoldable ]
parent: ClothingUniformBase
id: ADTClothingJumpskirtHopAlt
name: head of personell's business suit
description: Fancy.
components:
- type: Appearance
- type: Foldable
canFoldInsideContainer: true
unfoldVerbText: fold-put-on-verb
foldVerbText: fold-pull-off-verb
- type: FoldableClothing
foldedEquippedPrefix: vest
foldedHeldPrefix: vest
#- type: Appearance
#- type: Foldable
# canFoldInsideContainer: true
# unfoldVerbText: fold-put-on-verb
# foldVerbText: fold-pull-off-verb
#- type: FoldableClothing
# foldedEquippedPrefix: vest
# foldedHeldPrefix: vest
- type: Clothing
sprite: ADT/Clothing/Uniforms/Jumpskirt/jumpskirt_alt_hop.rsi
- type: Sprite
sprite: ADT/Clothing/Uniforms/Jumpskirt/jumpskirt_alt_hop.rsi
layers:
- state: icon
map: [ "unfoldedLayer" ]
- state: icon_vest
map: ["foldedLayer"]
visible: false
# layers:
# - state: icon
# map: [ "unfoldedLayer" ]
# - state: icon_vest
# map: ["foldedLayer"]
# visible: false

0 comments on commit 97a10ab

Please sign in to comment.