mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
- Heat Shield (3.75m) (HeatShield3)
|
||||
- Heat Shield (10m) (InflatableHeatShield)
|
||||
|
||||
@PART[HeatShield0]:HAS[#RestockIgnore[False]]
|
||||
@PART[HeatShield0]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -83,7 +83,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[HeatShield1]:HAS[#RestockIgnore[False]]
|
||||
@PART[HeatShield1]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -150,7 +150,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[HeatShield2]:HAS[#RestockIgnore[False]]
|
||||
@PART[HeatShield2]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -218,7 +218,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@PART[HeatShield3]:HAS[#RestockIgnore[False]]
|
||||
@PART[HeatShield3]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
@ -8,7 +8,7 @@
|
||||
// - Thermal Control System (large) (foldingRadLarge)
|
||||
|
||||
// Edge radiator
|
||||
@PART[radPanelEdge]:HAS[#RestockIgnore[False]]
|
||||
@PART[radPanelEdge]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -50,7 +50,7 @@
|
||||
}
|
||||
|
||||
// Small Static radiator
|
||||
@PART[radPanelSm]:HAS[#RestockIgnore[False]]
|
||||
@PART[radPanelSm]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -135,7 +135,7 @@
|
||||
}
|
||||
|
||||
// Large static radiator
|
||||
@PART[radPanelLg]:HAS[#RestockIgnore[False]]
|
||||
@PART[radPanelLg]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -219,7 +219,7 @@
|
||||
}
|
||||
|
||||
// Small deployable radiator
|
||||
@PART[foldingRadSmall]:HAS[#RestockIgnore[False]]
|
||||
@PART[foldingRadSmall]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -268,7 +268,7 @@
|
||||
}
|
||||
|
||||
// Medium deployable radiator
|
||||
@PART[foldingRadMed]:HAS[#RestockIgnore[False]]
|
||||
@PART[foldingRadMed]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
@ -317,7 +317,7 @@
|
||||
}
|
||||
|
||||
// Large deployable radiator
|
||||
@PART[foldingRadLarge]:HAS[#RestockIgnore[False]]
|
||||
@PART[foldingRadLarge]:HAS[RestockIgnore[]]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
|
Reference in New Issue
Block a user