Fix the MM thing

This commit is contained in:
ChrisAdderley
2019-11-04 08:56:59 -08:00
parent acf5b0cbe6
commit ce3d17d8d0
67 changed files with 222 additions and 222 deletions

View File

@ -8,7 +8,7 @@
// - TVR-1180C Mk1 Stack Tri-Coupler (stackTriCoupler_v2)
// - TVR-2160C Mk2 Stack Quad-Coupler (stackQuadCoupler)
@PART[adapterSmallMiniTall]:HAS[RestockIgnore[]]
@PART[adapterSmallMiniTall]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -68,7 +68,7 @@
}
}
@PART[adapterSmallMiniShort]:HAS[RestockIgnore[]]
@PART[adapterSmallMiniShort]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -147,7 +147,7 @@
}
// 1.25m station hub
@PART[stationHub]:HAS[RestockIgnore[]]
@PART[stationHub]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -237,7 +237,7 @@
}
// 1.25m radial attach point
@PART[stackPoint1]:HAS[RestockIgnore[]]
@PART[stackPoint1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
@ -249,7 +249,7 @@
}
// 1.25m Bicoupler
@PART[stackBiCoupler_v2]:HAS[RestockIgnore[]]
@PART[stackBiCoupler_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
@ -334,7 +334,7 @@
}
// 1.25m Tricoupler
@PART[stackTriCoupler_v2]:HAS[RestockIgnore[]]
@PART[stackTriCoupler_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy
@ -414,7 +414,7 @@
}
// 1.25m Quadcoupler
@PART[stackQuadCoupler]:HAS[RestockIgnore[]]
@PART[stackQuadCoupler]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Andrew Cassidy