Make suit storage only available for hardsuits, softsuits, and armor (#27546)
* AAAAAAAAAAAAdd! * o shit * I FUCKING HATE INDENTATION GRAAAAAAAAAH
This commit is contained in:
committed by
GitHub
parent
b55cf45ec5
commit
da2b9afc3a
@@ -21,6 +21,7 @@
|
||||
Heat: 0.80
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.90
|
||||
- type: AllowSuitStorage
|
||||
|
||||
#Alternate / slim basic armor vest
|
||||
- type: entity
|
||||
@@ -211,6 +212,7 @@
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.65
|
||||
- type: GroupExamine
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBaseLarge
|
||||
|
||||
@@ -138,6 +138,7 @@
|
||||
- WhitelistChameleon
|
||||
- type: ClothingRequiredStepTriggerImmune
|
||||
slots: WITHOUT_POCKET
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
@@ -158,6 +159,7 @@
|
||||
size: Huge
|
||||
- type: ClothingRequiredStepTriggerImmune
|
||||
slots: WITHOUT_POCKET
|
||||
- type: AllowSuitStorage
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBase
|
||||
|
||||
@@ -137,4 +137,6 @@
|
||||
uiWindowPos: 2,0
|
||||
strippingWindowPos: 2,5
|
||||
dependsOn: outerClothing
|
||||
dependsOnComponents:
|
||||
- type: AllowSuitStorage
|
||||
displayName: Suit Storage
|
||||
|
||||
@@ -83,6 +83,8 @@
|
||||
uiWindowPos: 2,0
|
||||
strippingWindowPos: 2,5
|
||||
dependsOn: outerClothing
|
||||
dependsOnComponents:
|
||||
- type: AllowSuitStorage
|
||||
displayName: Suit Storage
|
||||
- name: belt
|
||||
slotTexture: belt
|
||||
|
||||
@@ -84,6 +84,8 @@
|
||||
uiWindowPos: 2,0
|
||||
strippingWindowPos: 2,5
|
||||
dependsOn: outerClothing
|
||||
dependsOnComponents:
|
||||
- type: AllowSuitStorage
|
||||
displayName: Suit Storage
|
||||
- name: id
|
||||
slotTexture: id
|
||||
|
||||
@@ -90,6 +90,8 @@
|
||||
uiWindowPos: 2,0
|
||||
strippingWindowPos: 2,5
|
||||
dependsOn: outerClothing
|
||||
dependsOnComponents:
|
||||
- type: AllowSuitStorage
|
||||
displayName: Suit Storage
|
||||
- name: id
|
||||
slotTexture: id
|
||||
|
||||
@@ -45,6 +45,8 @@
|
||||
uiWindowPos: 2,0
|
||||
strippingWindowPos: 2,5
|
||||
dependsOn: outerClothing
|
||||
dependsOnComponents:
|
||||
- type: AllowSuitStorage
|
||||
displayName: Suit Storage
|
||||
- name: outerClothing
|
||||
slotTexture: suit
|
||||
|
||||
Reference in New Issue
Block a user