Make firesuits not pressure resistant (#10182)

This commit is contained in:
Nemanja
2022-07-30 22:44:50 -04:00
committed by GitHub
parent 39f2204ff6
commit 31bde15437
2 changed files with 0 additions and 6 deletions

View File

@@ -220,9 +220,6 @@
Piercing: 0.95 Piercing: 0.95
Heat: 0.65 Heat: 0.65
Radiation: 1 Radiation: 1
- type: PressureProtection
highPressureMultiplier: 0.65
lowPressureMultiplier: 1000
- type: IdentityBlocker - type: IdentityBlocker
- type: entity - type: entity

View File

@@ -44,9 +44,6 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/OuterClothing/Suits/fire.rsi sprite: Clothing/OuterClothing/Suits/fire.rsi
- type: PressureProtection
highPressureMultiplier: 0.65
lowPressureMultiplier: 1000
- type: Clothing - type: Clothing
sprite: Clothing/OuterClothing/Suits/fire.rsi sprite: Clothing/OuterClothing/Suits/fire.rsi
- type: Armor - type: Armor