From e13009d42133baef692f55379d9f94b15dac6aee Mon Sep 17 00:00:00 2001 From: Ady4ik Date: Sun, 1 Sep 2024 12:27:27 +0300 Subject: [PATCH] Fix #1575 --- .../Prototypes/Entities/Clothing/OuterClothing/suits.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml index 962b44ef7f502b..7ac0aa993ec388 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml @@ -159,8 +159,9 @@ parent: true components: - type: Stealth - minVisibility: 0.0 # SS220 Full Ninja Stealth (#1075) - lastVisibility: 0.1 + minVisibility: -1 # SS220 Revert Ninja Stealth by #1075. Fix #1575 begin + maxVisibility: -1 + lastVisibility: 0 # SS220 Revert Ninja Stealth by #1075. Fix #1575 end - type: PowerCellDraw drawRate: 1.8 # 200 seconds on the default cell - type: ToggleCellDraw