Skip to content

Commit

Permalink
FIX security uniform error fix (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeZer2 authored Aug 12, 2024
1 parent fe0a1b8 commit 3eb289b
Showing 1 changed file with 42 additions and 38 deletions.
80 changes: 42 additions & 38 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,19 +342,20 @@
sprite: Clothing/Uniforms/Jumpsuit/hos.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/hos.rsi
- type: Item
inhandVisuals:
left:
- state: inhand-left
color: "#C12D30"
sprite: Clothing/Uniforms/Jumpsuit/color.rsi
- state: overlay-inhand-left
right:
- state: inhand-right
color: "#C12D30"
sprite: Clothing/Uniforms/Jumpsuit/color.rsi
- state: overlay-inhand-right

# ss220 error fix start
#- type: Item
# inhandVisuals:
# left:
# - state: inhand-left
# color: "#C12D30"
# sprite: Clothing/Uniforms/Jumpsuit/color.rsi
# - state: overlay-inhand-left
# right:
# - state: inhand-right
# color: "#C12D30"
# sprite: Clothing/Uniforms/Jumpsuit/color.rsi
# - state: overlay-inhand-right
# ss220 error fix end
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitHoSAlt
Expand Down Expand Up @@ -609,18 +610,20 @@
sprite: Clothing/Uniforms/Jumpsuit/security.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/security.rsi
- type: Item
inhandVisuals:
left:
- state: inhand-left
color: "#C12D30"
sprite: Clothing/Uniforms/Jumpsuit/color.rsi
- state: overlay-inhand-left
right:
- state: inhand-right
color: "#C12D30"
sprite: Clothing/Uniforms/Jumpsuit/color.rsi
- state: overlay-inhand-right
# ss220 error fix start
#- type: Item
# inhandVisuals:
# left:
# - state: inhand-left
# color: "#C12D30"
# sprite: Clothing/Uniforms/Jumpsuit/color.rsi
# - state: overlay-inhand-left
# right:
# - state: inhand-right
# color: "#C12D30"
# sprite: Clothing/Uniforms/Jumpsuit/color.rsi
# - state: overlay-inhand-right
# ss220 error fix end

- type: entity
parent: ClothingUniformBase
Expand Down Expand Up @@ -654,19 +657,20 @@
sprite: Clothing/Uniforms/Jumpsuit/warden.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/warden.rsi
- type: Item
inhandVisuals:
left:
- state: inhand-left
color: "#C12D30"
sprite: Clothing/Uniforms/Jumpsuit/color.rsi
- state: overlay-inhand-left
right:
- state: inhand-right
color: "#C12D30"
sprite: Clothing/Uniforms/Jumpsuit/color.rsi
- state: overlay-inhand-right

# ss220 error fix start
#- type: Item
# inhandVisuals:
# left:
# - state: inhand-left
# color: "#C12D30"
# sprite: Clothing/Uniforms/Jumpsuit/color.rsi
# - state: overlay-inhand-left
# right:
# - state: inhand-right
# color: "#C12D30"
# sprite: Clothing/Uniforms/Jumpsuit/color.rsi
# - state: overlay-inhand-right
# ss220 error fix end
- type: entity
parent: ClothingUniformBase
id: ClothingUniformOveralls
Expand Down

0 comments on commit 3eb289b

Please sign in to comment.