mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix method
This commit is contained in:
@ -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